From f54ff927ec861ecb9866bbf4c6d4f0ab5d724613 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 20 Jan 2025 14:05:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 81003a5c..cbd8136e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -343,9 +343,9 @@ export default { this.setLanguage('en') this.$updateDictionary() } else { - // this.$i18n.locale = 'zh' - // this.setLanguage('zh') - // this.$updateDictionary() + this.$i18n.locale = 'zh' + this.setLanguage('zh') + this.$updateDictionary() } } this.$refs.browserTip.open()