注释掉import { routerRedux } from 'dva/router';

This commit is contained in:
jlzhangyx5
2025-07-18 15:32:28 +08:00
parent fa2311bb34
commit 5017ce2fe1
15 changed files with 15 additions and 15 deletions

View File

@ -20,7 +20,7 @@ import {
import { connect } from 'dva';
import './index.less';
import talkPng from '@/images/talk/talk.png';
import { routerRedux } from 'dva/router';
// import { routerRedux } from 'dva/router';
import { RightOutlined } from '@ant-design/icons';
import moment from 'moment';
import { followUpAProjectManager, getRA, getSessionUserData } from '@/utils/session';