src/store/simulation.js
@@ -2,6 +2,8 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { // 断面数据 const crossSection = ref([]) const openDia = ref(true) // 历史回放列表 const rePlayList = ref([]) @@ -223,6 +225,7 @@ rePlayList, selectNWJ, openDia, crossSection, // 方案相关方法 setSchemCard,