dedsudiyu 2 gadi atpakaļ
vecāks
revīzija
c86b431e4b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/layout/components/AppMain.vue

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

@@ -59,7 +59,7 @@ export default {
   },
   mounted(){
     this.userType = localStorage.getItem('userType')
-    if(userType != 22){
+    if(this.userType != 22){
       this.selectTriggerInfo();
       this.subscriptionMQTT();
     }