Junjie
2023-07-27 84a9e3a9a624526116b42ab15e27ec852eaa7c21
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