dedsudiyu 1 年之前
父节点
当前提交
b5039da5fd
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/layout/components/AppMain.vue

+ 5 - 5
src/layout/components/AppMain.vue

@@ -54,11 +54,11 @@ export default {
   created() {
   },
   mounted(){
-    this.userType = localStorage.getItem('userType')
-    if(this.userType != 22){
-      this.selectTriggerInfo();
-      this.subscriptionMQTT();
-    }
+    // this.userType = localStorage.getItem('userType')
+    // if(this.userType != 22){
+    //   this.selectTriggerInfo();
+    //   this.subscriptionMQTT();
+    // }
   },
   methods:{
     workClickOff(){