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