登录页国际化问题

uat_us
wangxiaoshuang 2025-01-20 14:05:36 +08:00
parent 70735f2c47
commit f54ff927ec
1 changed files with 3 additions and 3 deletions

View File

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