Explorar el Código

删除小车检测

cjb hace 1 mes
padre
commit
fb5b84b838
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      entry/src/main/ets/pages/Menu.ets

+ 1 - 1
entry/src/main/ets/pages/Menu.ets

@@ -119,7 +119,7 @@ struct menu {
   }
 
   async aboutToAppear() {
-    this.connectMQTT();
+    //this.connectMQTT();
     //this.loginWms();
     const checkInterval = setInterval(() => {
       if (CommonConstants.AUTH_TOKEN!='') {