添加水库

This commit is contained in:
zhuangzhuang2000
2026-04-27 14:51:50 +08:00
parent 76c9a765fc
commit a9f622f211
16 changed files with 243 additions and 7 deletions
+1 -3
View File
@@ -282,9 +282,7 @@ export const useRainDisasterChain = () => {
name: '显示水库',
statusStore: statusStore.infrastructureLayers,
statusKey: 'showReservoir' as const,
callback: (status: unknown) => {
console.log('显示水库', status);
},
callback: layerControl.clickReservoir,
},
{
name: '显示地铁站',