Compare commits

...

2 Commits

Author SHA1 Message Date
wangxiaoshuang e1d5db8cf5 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2025-01-21 09:31:30 +08:00
wangxiaoshuang 6f3381c267 后端开启限制登录后国际化问题 2025-01-21 09:31:26 +08:00
1 changed files with 4 additions and 2 deletions

View File

@ -100,8 +100,10 @@ service.interceptors.response.use(
console.log(err)
}
router.push(`/login`)
this.$i18n.locale = 'zh'
this.setLanguage('zh')
// if (!this.$i18n.locale) {
// this.$i18n.locale = 'zh'
// this.setLanguage('zh')
// }
this.$updateDictionary()
})
}