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

@ -146,6 +146,7 @@
},
methods: {
changeLanguage(val){
this.$u.vuex("vuex_configLang", val[0].prop);
this.$u.vuex("vuex_language", val[0].value);
this.$i18n.locale = val[0].value
this.getAllDict()