@@ -919,7 +919,6 @@ export default {
// 中英文的切换
langChangeHandler(){
this.$i18n.locale = this.$i18n.locale == 'zh' ? 'en' : 'zh'
- locale.use(this.$i18n.locale == 'zh' ? langZH : langEN)
localStorage.setItem('i18n',this.$i18n.locale)
},