From 835a054a8ccff721f53b1bed7513fc4725866f7f Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Mon, 9 Mar 2026 21:46:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 1 - 1 file changed, 1 deletion(-) 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'