调整控制显示面板

This commit is contained in:
wzy-warehouse
2026-05-04 21:46:36 +08:00
parent 8917b38339
commit 8e365e980e
9 changed files with 208 additions and 262 deletions
@@ -142,8 +142,16 @@ export const useLayerControl = () => {
useStatusStore().mapLayers.riskPointShow.loading = true;
};
/**
* 显示断裂带
*/
const clickFault = () => {
useStatusStore().mapLayers.faultShow.loading = true;
};
return {
clickRiskPoint,
clickFault,
clickHospital,
clickDangerousSource,
clickEmergencyShelter,