panhui há 3 anos atrás
pai
commit
fba89dcb32
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/store/modules/chat/helper.ts

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

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