后端开启限制登录后国际化问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-21 09:38:42 +08:00
parent e1d5db8cf5
commit 9e85e9705e
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ service.interceptors.response.use(
}
store.dispatch('user/logout').then(() => {
router.push(`/login`)
this.$i18n.locale = 'zh'
this.setLanguage('zh')
// this.$i18n.locale = 'zh'
// this.setLanguage('zh')
this.$updateDictionary()
})
} else {