消防站

This commit is contained in:
wzy-warehouse
2026-04-18 20:48:01 +08:00
parent cee9eb50eb
commit b7c0ce7068
15 changed files with 350 additions and 7 deletions
+9
View File
@@ -37,10 +37,19 @@ export const useLayerControl = () => {
useStatusStore().poiLayers.showRefugeeShelter.loading = true;
};
/**
* 点击显示消防站
*/
const clickFireStation = () => {
// 加载状态为true
useStatusStore().poiLayers.showFireStation.loading = true;
};
return {
clickHiddenDangerPoint,
clickHospital,
clickDangerousSource,
clickEmergencyShelter,
clickFireStation,
};
};