From 41ac27fbf8c61af9b9a3bdfa53a8dc9069fa317a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 26 七月 2023 10:44:21 +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