Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-01-20 13:49:40 +08:00
commit 535b37e830
1 changed files with 4 additions and 2 deletions

View File

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