This commit is contained in:
min.jiang 2024-07-14 01:22:12 +08:00
parent 2a9b0135c9
commit 327b8c5b35

View File

@ -27,7 +27,7 @@ const basicStore = {
namespaced: true, namespaced: true,
state() { state() {
return { return {
language: 'zh', language: i18n.global.locale.value,
conversations: [], conversations: [],
unreadConversationCount: 0, unreadConversationCount: 0,
unreadWorkspace: false, unreadWorkspace: false,