src/store/simulation.js
@@ -4,7 +4,10 @@ import { createSimData } from '@/api/trApi' export const useSimStore = defineStore('simulation', () => { // 所有UI状态... // 隐患点列表 const DeviceShowSwitch = ref(true) const DangerShowSwitch = ref(true) const DangerPoint = ref([]) const navigationShow = ref(true) const leftShow = ref(false) const rightShow = ref(false) @@ -145,6 +148,9 @@ schemCard, backToHome, rainFalls, DangerPoint, DeviceShowSwitch, DangerShowSwitch, // 方案相关方法 setSchemCard,