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 |    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