diff --git a/src/hooks/earthquake/useEarthquakeDisasterChain.ts b/src/hooks/earthquake/useEarthquakeDisasterChain.ts index 3a78452..722be62 100644 --- a/src/hooks/earthquake/useEarthquakeDisasterChain.ts +++ b/src/hooks/earthquake/useEarthquakeDisasterChain.ts @@ -199,9 +199,7 @@ export const useEarthquakeDisasterChain = () => { name: '显示避难所', statusStore: statusStore.poiLayers, statusKey: 'showRefugeeShelter' as const, - callback: (status: unknown) => { - console.log('显示避难所', status); - }, + callback: layerControl.clickEmergencyShelter, }, { name: '显示消防站',