Compare commits
No commits in common. "e1d5db8cf571bc6c5de326e35aca18240f8e4931" and "0c52bde5253f6c9ca3c4757e87719276e723806d" have entirely different histories.
e1d5db8cf5
...
0c52bde525
|
@ -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()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue