From ed45918f14c9849c2b0f1e8f60d51c68f180c868 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 27 七月 2023 10:10:16 +0800
Subject: [PATCH] pom

---
 src/main/webapp/views/console.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 6a10eab..c0d7bee 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -24,7 +24,7 @@
                 <button class="floorBtn  btn-16" onclick="changFloor(this,3)" style="margin-top: 250px">3F</button>
                 <button class="floorBtn  btn-16" onclick="changFloor(this,4)" style="margin-top: 300px">4F</button>
             </div>
-            <button class="floorBtn  btn-16" onclick="testMove()" style="margin-top: 350px;font-size: 14px;">娴嬭瘯绉诲姩杞�</button>
+<!--            <button class="floorBtn  btn-16" onclick="testMove()" style="margin-top: 350px;font-size: 14px;">娴嬭瘯绉诲姩杞�</button>-->
             <button class="floorBtn  btn-16" onclick="resetMap()" style="margin-top: 400px;font-size: 14px;">閲嶇疆鍦板浘</button>
 
         <!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
@@ -427,7 +427,7 @@
                 $("#lift-status-box").empty()
                 res.data.forEach((item,index) => {
                     let liftStatusClass = "lift-idle"
-                    switch (item.status) {
+                    switch (item.protocolStatus) {
                         case 1://绌洪棽
                             liftStatusClass = "lift-idle";
                             break
@@ -486,7 +486,7 @@
                             shuttleStatusClass = "shuttle-offline";
                             break
                         default:
-                            shuttleStatusClass = "shuttle-idle"
+                            shuttleStatusClass = "shuttle-offline"
                     }
                     let shuttleStatus = '<div class="state">' +
                         '<span>鍥涘悜绌挎杞� ' + item.shuttleNo + '</span>' +

--
Gitblit v1.9.1