From 14cf00a11479cb1696eec55e10208490bd4aa09d Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 26 七月 2023 13:00:23 +0800
Subject: [PATCH] 牛眼四向穿梭车HTTP请求工具类

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 98de46f..c0d7bee 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -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