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

@ -4,7 +4,6 @@ import { Row, Col, Tooltip, Card, List, DatePicker, Button, Statistic, Spin, Emp
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 { getRA } from '@/utils/session';