mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
设备列表重复问题处理
This commit is contained in:
@@ -461,7 +461,7 @@ export default {
|
||||
this.chartLoading = true;
|
||||
// Mqtt发布实时监测
|
||||
let model = {};
|
||||
model.name = "";
|
||||
model.name = "关闭实时监测";
|
||||
model.value = 0;
|
||||
this.mqttPublish(4, this.monitorDevice, model);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user