@@ -28,7 +28,7 @@ export const MessageType = {
};
// 消息类型标签(从字典读取)
-import Session from '/@/utils/session';
+import { Session } from '/@/utils/storage';
const getDictLabel = (code: string, value: number): string => {
const dicts = Session.get("dicts");