路径规划

This commit is contained in:
zhuangzhuang2000
2026-04-24 20:41:41 +08:00
parent 16d049d082
commit 40960baac9
5 changed files with 57 additions and 6 deletions
@@ -76,6 +76,13 @@ export const useLayerControl = () => {
useStatusStore().infrastructureLayers.showNetworkSystem.loading = true;
};
/**
* 显示交通道路
*/
const clickTrafficRoad = () => {
useStatusStore().infrastructureLayers.showTrafficRoad.loading = true;
};
return {
clickHiddenDangerPoint,
clickHospital,
@@ -86,5 +93,6 @@ export const useLayerControl = () => {
clickSchool,
clickPopulationGrid,
clickWaterPipe,
clickTrafficRoad
};
};