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(){