显示管网

This commit is contained in:
wzy-warehouse
2026-04-21 16:05:26 +08:00
parent d71112e1d3
commit faf67fb41a
6 changed files with 58 additions and 7 deletions
@@ -17,7 +17,7 @@
let populationLayer: ImageryLayer | null = null;
onMounted(() => {
// 监听显示隐藏风险点
// 监听显示
watch(
() => useStatusStore().poiLayers.showPopulationGrid.show,
(newValue: boolean) => {