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