guonan
2025-06-18 1188387a47e55590a87c161cb43b2db0729b0146
src/store/simulation.js
@@ -2,7 +2,8 @@
import { defineStore } from 'pinia'
import { ref } from 'vue'
export const useSimStore = defineStore('simulation', () => {
    // 帧数
    const frameNum = ref(0)
    // 隐患点列表
    const DangerPoint = ref([])
    const DeviceShowSwitch = ref(false)
@@ -186,6 +187,7 @@
        waterLegendData,
        isShowEarth,
        devices,
        frameNum,
        // 方案相关方法
        setSchemCard,