diff --git a/pages/index.vue b/pages/index.vue index 61a4910..2bfae15 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -412,7 +412,6 @@ export default { }, updateTempFast: function (msgData,topic) { - console.info("监听到温度",topic,msgData) const regexWithGroup = /^frontend\/(.+)\/dtu\/(\d+)\/listener$/; const matchResult = topic.match(regexWithGroup); const imei = matchResult[2]; // 提取结果:'1234567890'