wangjuncheng
2025-05-19 d72bfc760302c524622e4484ad5175d03ca45ce7
src/store/simulation.js
@@ -4,7 +4,9 @@
import { createSimData } from '@/api/trApi'
export const useSimStore = defineStore('simulation', () => {
    // 所有UI状态...
    // 隐患点列表
    const DeviceShowSwitch = ref(true)
    const DangerPoint = ref([])
    const navigationShow = ref(true)
    const leftShow = ref(false)
    const rightShow = ref(false)
@@ -145,6 +147,8 @@
        schemCard,
        backToHome,
        rainFalls,
        DangerPoint,
        DeviceShowSwitch,
        // 方案相关方法
        setSchemCard,