重置密码完成后国际化问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8ad77f1679
commit
70735f2c47
|
@ -144,8 +144,10 @@ export default {
|
|||
} else {
|
||||
this.$router.push(`/login`)
|
||||
}
|
||||
this.$i18n.locale = 'zh'
|
||||
this.setLanguage('zh')
|
||||
if (!this.$i18n.locale) {
|
||||
this.$i18n.locale = 'zh'
|
||||
this.setLanguage('zh')
|
||||
}
|
||||
this.$updateDictionary()
|
||||
},
|
||||
save() {
|
||||
|
|
Loading…
Reference in New Issue