#
luxiaotao1123
2024-04-03 f69c6c78bd95e38773b17a45da5e6bde17bdcee2
#
1个文件已修改
5 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/index.jsx
@@ -106,10 +106,6 @@
            websocket = new WebSocketClient('/ws/map/websocket');
            websocket.connect();
            setInterval(() => {
                websocket.sendMessage('asds')
            }, 1000)
            const handleResize = () => {
                setWindowSize({
                    width: window.innerWidth,
@@ -131,7 +127,6 @@
            }, 200)
        }
        initialize();
        console.log(1);
    }, []);
    // resize