Browse Source

修复admin-web构建错误

skyline 1 tuần trước cách đây
mục cha
commit
991efecd8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");