Parcourir la source

Merge branch 'web-v2' into kdnh-web

dedsudiyu il y a 2 ans
Parent
commit
910a4b79cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     }