From a12b015a8b6cf2aa4d40cff95b033fba168fac2c Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期五, 23 九月 2022 14:02:27 +0800
Subject: [PATCH] #配置文件中${project.basedir}修改为${pom.basedir}

---
 src/main/webapp/views/monitor/js/monitor.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js
index 5fc35d8..c99b0f8 100644
--- a/src/main/webapp/views/monitor/js/monitor.js
+++ b/src/main/webapp/views/monitor/js/monitor.js
@@ -53,7 +53,7 @@
  * 鑾峰彇鍏朵粬鏁版嵁
  */
 function getOther() {
-    http.get(baseUrl+"/monitor/other", {crnId: getUrlVal("crnId")}, function (res) {
+    http.get(baseUrl+"/monitor/other", {crnId: getUrlVal("crnId"), ledId: getUrlVal("ledId")}, function (res) {
         if (res.code === 200){
 
             // 宸�

--
Gitblit v1.9.1