注释掉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

@ -5,7 +5,7 @@ import { history } from '@umijs/max';
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 { followUpAProjectSupplier, getSessionUserData, getRA } from '@/utils/session';