dedsudiyu 1 anno fa
parent
commit
5d88145429
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/component/topWarn.vue

+ 1 - 1
pages/component/topWarn.vue

@@ -175,7 +175,7 @@
 		beforeDestroy() {
 			//清除定时器
 			let self = this;
-			self.offMQTT();
+			self.offPlanMQTT();
 		},
 	}
 </script>