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