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