#
luxiaotao1123
2024-04-09 7ea8359f4fcf792176161ecc3ca3cab2fcbfe490
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 = () => {