pom
Junjie
2023-07-27 ed45918f14c9849c2b0f1e8f60d51c68f180c868
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