From a2c10587b4621e1bf9ef928dc043cf71ad84bbcf Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 18 四月 2023 09:30:18 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor.html |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/monitor.html b/src/main/webapp/views/monitor.html
index b15a72d..534c354 100644
--- a/src/main/webapp/views/monitor.html
+++ b/src/main/webapp/views/monitor.html
@@ -385,14 +385,18 @@
     $('.lcd').click(function () {
         var id = this.id.split("-")[1];
         switch (id) {
-            case '1':
+            case '100':
                 crnId = 1;
                 lcdId = 100;
                 break;
-            case '2':
-                crnId = 2;
+            case '110':
+                crnId = 1;
                 lcdId = 110;
                 break;
+            case '113':
+                crnId = 2;
+                lcdId = 113;
+                break;
         }
         getOther2(crnId,lcdId)
     })

--
Gitblit v1.9.1