From d72bfc760302c524622e4484ad5175d03ca45ce7 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期一, 19 五月 2025 12:08:24 +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 4139e71..b9b4a5e 100644 --- a/src/store/simulation.js +++ b/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, -- Gitblit v1.9.3