物资储备点

This commit is contained in:
wzy-warehouse
2026-04-18 22:35:49 +08:00
parent b7c0ce7068
commit ea6244967c
14 changed files with 338 additions and 7 deletions
+9
View File
@@ -45,11 +45,20 @@ export const useLayerControl = () => {
useStatusStore().poiLayers.showFireStation.loading = true;
};
/**
* 点击显示物资储备点
*/
const clickStorePoints = () => {
// 加载状态为true
useStatusStore().poiLayers.showReservePoint.loading = true;
};
return {
clickHiddenDangerPoint,
clickHospital,
clickDangerousSource,
clickEmergencyShelter,
clickFireStation,
clickStorePoints,
};
};