From c6b80e2d76a817e5468aad3654ea0fae89a63830 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Feb 2023 10:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=90=86=E5=95=86?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=A6=96=E9=A1=B5=E6=B5=AE=E7=AA=97=E4=B8=8D?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E4=BC=9A=E8=AF=9Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MainPage/ProjectManager/manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/MainPage/ProjectManager/manager.js b/src/pages/MainPage/ProjectManager/manager.js index cdcceba..046c5f6 100644 --- a/src/pages/MainPage/ProjectManager/manager.js +++ b/src/pages/MainPage/ProjectManager/manager.js @@ -8,7 +8,7 @@ import talkPng from '@/images/talk/talk.png'; import { routerRedux } from 'dva/router'; import { RightOutlined } from '@ant-design/icons'; import moment from 'moment'; -import { followUpAProjectManager } from '@/utils/session'; +import { followUpAProjectManager, getSessionUserData } from '@/utils/session'; import { getDefId, isInsertIdOrPhoto } from './service'; import { getURLInformation } from '@/utils/CommonUtils'; import MessageDetail from '@/pages/SystemMessage/message/components/messageDetail'