guonan
2025-07-08 b040d81c856a77f280b38037e78a8b6a8bdb31ab
src/store/simulation.js
@@ -2,6 +2,7 @@
import { defineStore } from 'pinia'
import { ref } from 'vue'
export const useSimStore = defineStore('simulation', () => {
    const openDia = ref(true)
    // 历史回放列表
    const rePlayList = ref([])
    // 北京市所有村的code
@@ -16,6 +17,8 @@
    const DeviceShowSwitch = ref(false)
    const DangerShowSwitch = ref(false)
    const DangerPoint = ref([])
    // 泥位计
    const selectNWJ = ref()
    // 监测设备列表
    const devices = ref([])
    const navigationShow = ref(true)
@@ -218,6 +221,8 @@
        schemWaterInfo,
        layerDate,
        rePlayList,
        selectNWJ,
        openDia,
        // 方案相关方法
        setSchemCard,