diff --git a/src/utils/request.js b/src/utils/request.js index a42d08a0..8d58d82c 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -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() }) }