From 327b8c5b35a72d9a210f5d662e58a7461046a7f6 Mon Sep 17 00:00:00 2001 From: "min.jiang" Date: Sun, 14 Jul 2024 01:22:12 +0800 Subject: [PATCH] update --- frontend/src/plugins/store/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/plugins/store/basic.js b/frontend/src/plugins/store/basic.js index 911c350..a82f446 100644 --- a/frontend/src/plugins/store/basic.js +++ b/frontend/src/plugins/store/basic.js @@ -27,7 +27,7 @@ const basicStore = { namespaced: true, state() { return { - language: 'zh', + language: i18n.global.locale.value, conversations: [], unreadConversationCount: 0, unreadWorkspace: false,