From cee9eb50eb83efde95ce49806834e206c36a171c Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Sat, 18 Apr 2026 20:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E9=9C=87=E7=81=BE=E5=AE=B3=E9=81=BF?= =?UTF-8?q?=E9=9A=BE=E6=89=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/earthquake/useEarthquakeDisasterChain.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: '显示消防站',