wangjuncheng
2025-06-20 db60bbd99c08a9860f47cb4f16284dd395427914
src/store/simulation.js
@@ -2,6 +2,8 @@
import { defineStore } from 'pinia'
import { ref } from 'vue'
export const useSimStore = defineStore('simulation', () => {
    // 帧数
    const frameNum = ref(0)
    // 目录树选中
    const userSelectedLayers = ref([])
    // 隐患点列表
@@ -193,6 +195,7 @@
        isShowEarth,
        userSelectedLayers,
        devices,
        frameNum,
        // 方案相关方法
        setSchemCard,