From f5688d9765782bbb97b3abb8ee99fe7b9834a149 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期一, 19 五月 2025 14:39:46 +0800 Subject: [PATCH] change --- src/store/simulation.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index b9b4a5e..ccd3df7 100644 --- a/src/store/simulation.js +++ b/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, -- Gitblit v1.9.3