Compare commits
2 Commits
0c52bde525
...
e1d5db8cf5
Author | SHA1 | Date |
---|---|---|
|
e1d5db8cf5 | |
|
6f3381c267 |
|
@ -100,8 +100,10 @@ service.interceptors.response.use(
|
||||||
console.log(err)
|
console.log(err)
|
||||||
}
|
}
|
||||||
router.push(`/login`)
|
router.push(`/login`)
|
||||||
this.$i18n.locale = 'zh'
|
// if (!this.$i18n.locale) {
|
||||||
this.setLanguage('zh')
|
// this.$i18n.locale = 'zh'
|
||||||
|
// this.setLanguage('zh')
|
||||||
|
// }
|
||||||
this.$updateDictionary()
|
this.$updateDictionary()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue