src/main/webapp/views/console.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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