删除调试信息

This commit is contained in:
JIANG
2025-10-27 15:31:11 +08:00
parent d7e954aa78
commit 86e7349c85
3 changed files with 9 additions and 12 deletions

View File

@@ -183,9 +183,6 @@ const Toolbar: React.FC<ToolbarProps> = ({ hiddenButtons }) => {
map.removeLayer(highLightLayer);
};
}, [map]);
useEffect(() => {
console.log(layerStyleStates);
}, [layerStyleStates]);
// 高亮要素的函数
useEffect(() => {
if (!highlightLayer) {