添加崩塌隐患点

This commit is contained in:
wzy-warehouse
2026-06-16 10:19:02 +08:00
parent ec15cd194b
commit 13a992a8bb
14 changed files with 221 additions and 0 deletions
+9
View File
@@ -118,6 +118,11 @@ export const useStatusStore = defineStore('status', () => {
show: true,
loading: true,
},
/** 显示崩塌隐患点 */
showCollapseHiddenPoint: {
show: true,
loading: true,
},
/** 显示泥石流隐患点 */
showDebrisFlowHiddenPoint: {
show: true,
@@ -278,6 +283,10 @@ export const useStatusStore = defineStore('status', () => {
show: true,
loading: true,
};
poiLayers.showCollapseHiddenPoint = {
show: true,
loading: true,
};
poiLayers.showDebrisFlowHiddenPoint = {
show: true,
loading: true,