mqtt协议测试
This commit is contained in:
@ -271,8 +271,9 @@ export default {
|
||||
this.checked = false
|
||||
},
|
||||
changeLanguage (val) {
|
||||
this.$u.vuex("vuex_language", val[0].prop);
|
||||
this.$i18n.locale = val[0].prop
|
||||
this.$u.vuex("vuex_language", val[0].value);
|
||||
this.$u.vuex("vuex_configLang", val[0].prop);
|
||||
this.$i18n.locale = val[0].value
|
||||
},
|
||||
uploadFile () {
|
||||
this.isShowProgress = true;
|
||||
|
||||
Reference in New Issue
Block a user