src/store/simulation.js
@@ -5,6 +5,7 @@ export const useSimStore = defineStore('simulation', () => { // 隐患点列表 const DeviceShowSwitch = ref(true) const DangerPoint = ref([]) const navigationShow = ref(true) const leftShow = ref(false) @@ -147,6 +148,7 @@ backToHome, rainFalls, DangerPoint, DeviceShowSwitch, // 方案相关方法 setSchemCard,