wangjuncheng
2025-05-19 f5688d9765782bbb97b3abb8ee99fe7b9834a149
src/store/simulation.js
@@ -6,6 +6,7 @@
export const useSimStore = defineStore('simulation', () => {
    // 隐患点列表
    const DeviceShowSwitch = ref(true)
    const DangerShowSwitch = ref(true)
    const DangerPoint = ref([])
    const navigationShow = ref(true)
    const leftShow = ref(false)
@@ -149,6 +150,7 @@
        rainFalls,
        DangerPoint,
        DeviceShowSwitch,
        DangerShowSwitch,
        // 方案相关方法
        setSchemCard,