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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 8f36d8b..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
--
Gitblit v1.9.1