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()