mqtt协议测试

This commit is contained in:
pengqiao1993
2026-03-10 15:37:46 +08:00
parent beb0ac27ac
commit 4e73084a56
7 changed files with 711 additions and 210 deletions

View File

@ -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;