#
luxiaotao1123
2024-10-10 c557aabf32134f5297833b4aafceb11db93c42e6
zy-acs-flow/src/map/MapPage.jsx
@@ -60,7 +60,7 @@
            Tool.setMapContainer(player.mapContainer);
            Tool.setThemeMode(themeMode);
            Http.setNotify(notify);
            websocket = new WebSocketClient('/ws/map/websocket');
            // websocket = new WebSocketClient('/ws/map/websocket');
            await Http.fetchMapData(0);
            // websocket.connect();
@@ -310,6 +310,7 @@
                onCancel={() => {
                    setInsightVisible(false);
                }}
                width={378}
            />
            <Device
@@ -324,8 +325,11 @@
            <Settings
                open={settingsVisible}
                onCancel={() => {
                    setSpriteSettings(null);
                    setSettingsVisible(false);
                }}
                sprite={spriteSettings}
                width={378}
            />
        </Box>