From 7012a007ee770615910dec41e14216eb5bcd7a7e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 六月 2023 15:59:27 +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