添加水库

This commit is contained in:
zhuangzhuang2000
2026-04-27 14:51:50 +08:00
parent 76c9a765fc
commit a9f622f211
16 changed files with 243 additions and 7 deletions
@@ -102,6 +102,13 @@ export const useLayerControl = () => {
useStatusStore().infrastructureLayers.showBridge.loading = true;
};
/**
* 显示水库
*/
const clickReservoir = () => {
useStatusStore().infrastructureLayers.showReservoir.loading = true;
};
return {
clickHiddenDangerPoint,
clickHospital,
@@ -116,5 +123,6 @@ export const useLayerControl = () => {
clickHighway,
clickNationRoad,
clickBridge,
clickReservoir,
};
};