src/main/webapp/views/console.html
@@ -418,7 +418,7 @@ if (res.code == 200) { let currentLevShuttle = []//当前楼层小车集合 res.data.forEach((item,idx) => { if (item.point != undefined && item.point != null) { if (item != null && item.point != undefined && item.point != null) { if (item.point.z == that.currentLev) { currentLevShuttle.push(item); }