Compare commits

..

No commits in common. "e1d5db8cf571bc6c5de326e35aca18240f8e4931" and "0c52bde5253f6c9ca3c4757e87719276e723806d" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

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