From 3577b539c1345b4b24e65103248f90966a00e406 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期三, 11 六月 2025 09:42:48 +0800 Subject: [PATCH] 1 --- src/store/simulation.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index 36df33b..131e2a2 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -27,6 +27,8 @@ const schemCard = ref([]) const backToHome = ref(false) const selectedScheme = ref(null) + // 褰撳墠妯℃嫙缁忕含搴� + const currentInfo = ref({}) // 鍥句緥 const waterLegendData = ref([]) // 妯℃嫙浠跨湡鍥句緥 @@ -178,6 +180,7 @@ DeviceShowSwitch, DangerShowSwitch, waterLegendData, + currentInfo, isShowEarth, // 鏂规鐩稿叧鏂规硶 -- Gitblit v1.9.3