refactor(router): replace routerRedux with history for navigation

This commit is contained in:
lix
2025-07-15 14:07:43 +08:00
parent c5204dcd06
commit bc07c6a472
20 changed files with 8 additions and 25 deletions

View File

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