From bf9e3f1957898501e39e7cc0cc4c2ba5e29d68fd Mon Sep 17 00:00:00 2001 From: chuguofei <1633295391@qq.com> Date: Mon, 17 Jul 2023 19:05:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E5=8F=91=E9=80=81sceneId=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A2=AB?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=BF=87=E6=9C=9F=20=E3=80=90=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=9B=91=E6=8E=A7=E5=92=8C=E5=85=AC=E4=BC=97=E5=8F=B7?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/oss/iot/monitor.jsp | 2 +- src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp | 2 +- src/main/webapp/WEB-INF/wechat/iot/device.jsp | 5 +++++ src/main/webapp/page/visual/show.html | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp index 16c9f70..73ff9bf 100644 --- a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp +++ b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp @@ -728,7 +728,7 @@ setInterval(function () { client.publish('/sys/update/scene', $(".dashboard-menu li.active").attr("sid")); - }, 1500); + }, 1000 * 10); }) diff --git a/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp b/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp index 13fbae1..0669db5 100644 --- a/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp +++ b/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp @@ -130,7 +130,7 @@