危险源点

This commit is contained in:
wzy-warehouse
2026-04-18 19:03:06 +08:00
parent f3fd716352
commit ad3ffe91b0
15 changed files with 319 additions and 8 deletions
+1 -3
View File
@@ -223,9 +223,7 @@ export const useRainDisasterChain = () => {
name: '显示危险源',
statusStore: statusStore.poiLayers,
statusKey: 'showDangerSource' as const,
callback: (status: unknown) => {
console.log('显示危险源', status);
},
callback: layerControl.clickDangerousSource,
},
{
name: '显示避难所',