去掉注释

This commit is contained in:
unknown
2023-01-31 15:28:55 +08:00
parent 8990e3e8a1
commit 6f1ab72653

View File

@ -8,7 +8,7 @@ import talkPng from '@/images/talk/talk.png';
import { routerRedux } from 'dva/router'; import { routerRedux } from 'dva/router';
import { RightOutlined } from '@ant-design/icons'; import { RightOutlined } from '@ant-design/icons';
import moment from 'moment'; import moment from 'moment';
import { followUpAProjectSupplier, getRA } from '@/utils/session'; import { followUpAProjectSupplier, getSessionUserData, getRA } from '@/utils/session';
import { getDefId } from './service'; import { getDefId } from './service';
import { getURLInformation } from '@/utils/CommonUtils'; import { getURLInformation } from '@/utils/CommonUtils';
import MainDetail from '@/pages/SystemMessage/message/components/pageDetail' import MainDetail from '@/pages/SystemMessage/message/components/pageDetail'