#
luxiaotao1123
2024-10-09 5333624bc0a4162b26cf1915c007ab92abbe7dd3
zy-acs-flow/src/map/MapPage.jsx
@@ -76,7 +76,6 @@
                setDeviceVisible(false);
                break
            case MapMode.MOVABLE_MODE:
                setDeviceVisible(true);
                break
            case MapMode.SETTINGS_MODE:
                setDeviceVisible(false);
@@ -243,6 +242,7 @@
                    setDeviceVisible(false);
                }}
                onDrop={onDrop}
                width={378}
            />
        </Box>