panhui 3 жил өмнө
parent
commit
fba89dcb32

+ 1 - 1
src/store/modules/chat/helper.ts

@@ -7,7 +7,7 @@ export function defaultState(): Chat.ChatState {
     return {
     return {
         active: uuid,
         active: uuid,
         usingContext: true,
         usingContext: true,
-        history: [{ uuid, title: 'New Chat', isEdit: false }],
+        history: [{ uuid, title: 'New Chat', isEdit: false, maskId: null }],
         chat: [{ uuid, data: [] }]
         chat: [{ uuid, data: [] }]
     }
     }
 }
 }