重置密码完成后国际化问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-20 13:19:51 +08:00
parent 8ad77f1679
commit 70735f2c47
1 changed files with 4 additions and 2 deletions

View File

@ -144,8 +144,10 @@ export default {
} else { } else {
this.$router.push(`/login`) this.$router.push(`/login`)
} }
this.$i18n.locale = 'zh' if (!this.$i18n.locale) {
this.setLanguage('zh') this.$i18n.locale = 'zh'
this.setLanguage('zh')
}
this.$updateDictionary() this.$updateDictionary()
}, },
save() { save() {