dedsudiyu месяцев назад: 10
Родитель
Сommit
5d88145429
1 измененных файлов с 1 добавлено и 1 удалено
  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>