luxiaotao1123
2024-04-09 24a7aef292fa1913f0402ab88c4b77b11639fb75
zy-asrs-flow/src/pages/map/index.jsx
@@ -107,7 +107,7 @@
            websocket = new WebSocketClient('/ws/map/websocket');
            websocket.connect();
            websocket.onMessage = (data) => {
                Utils.updateMapStatusInRealTime(data, () => curFloorRef.current);
                Utils.updateMapStatusInRealTime(data, () => curFloorRef.current, setCurSPrite);
            }
            const handleResize = () => {