From 220c3fe86e20fd83792dfe58ea0024767b8398a4 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 19 Apr 2024 15:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E7=8E=AF=E5=A2=83-=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=A3=80=E6=B5=8B=E6=8E=A5=E5=8F=A3=E6=9B=BFRealTimeM?= =?UTF-8?q?onitoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/towerAssInspect/towerAssInspect.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/pages/towerAssInspect/towerAssInspect.js b/js/pages/towerAssInspect/towerAssInspect.js index bb3e191..5ce3235 100644 --- a/js/pages/towerAssInspect/towerAssInspect.js +++ b/js/pages/towerAssInspect/towerAssInspect.js @@ -93,7 +93,8 @@ function getInfo(deviceId){ function getRealTimeDetection(deviceId){ let paramData = 'bidCode=' + bidCode + '&roleCode=' + roleCode + '&orgId=' + orgId + '&userId=' + userId + '&deviceId=' + deviceId; let montageParam = aqEnnable ? encryptCBC(paramData) : ' &' + encryptCBC(paramData); - const url = commonUrl + "screen/largeScreen/towerAssInspect/getRealTimeDetection?params="+montageParam; // url + // const url = commonUrl + "screen/largeScreen/towerAssInspect/getRealTimeDetection?params="+montageParam; // url + const url = commonUrl + "screen/largeScreen/operatingEnvironment/RealTimeMonitoring?params="+montageParam; // url ajaxRequestGet(url, "get", true, function () { }, function (result) { let html = '';