断裂带

This commit is contained in:
wzy-warehouse
2026-04-16 09:42:21 +08:00
parent 360ea7ad2e
commit 007da52621
3 changed files with 39 additions and 33 deletions
+2
View File
@@ -37,6 +37,8 @@ export const useStatusStore = defineStore('status', () => {
hiddenDangerPointShow: true,
/** 风险点显示状态 */
riskPointShow: true,
/** 断裂带显示状态 */
faultShow: true,
});
/**