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

@ -4,7 +4,7 @@ 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 { routerRedux } from 'dva/router';
import { RightOutlined } from '@ant-design/icons';
import moment from 'moment';
import { getRA } from '@/utils/session';