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,