소스 검색

修复admin-web构建错误

skyline 1 주 전
부모
커밋
991efecd8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      admin-web/src/stores/message.ts

+ 1 - 1
admin-web/src/stores/message.ts

@@ -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");