From 32947c42c53afdd9a6c49637c4ecc8e5fa4be24c Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期三, 18 六月 2025 16:34:44 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb

---
 src/store/simulation.js |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/store/simulation.js b/src/store/simulation.js
index c9d7ee6..aad1e40 100644
--- a/src/store/simulation.js
+++ b/src/store/simulation.js
@@ -2,12 +2,11 @@
 import { defineStore } from 'pinia'
 import { ref } from 'vue'
 export const useSimStore = defineStore('simulation', () => {
-    // 鐩綍鏍戦�変腑
-    const userSelectedLayers = ref([])
+
     // 闅愭偅鐐瑰垪琛�
+    const DangerPoint = ref([])
     const DeviceShowSwitch = ref(false)
     const DangerShowSwitch = ref(false)
-    const DangerPoint = ref([])
     // 鐩戞祴璁惧鍒楄〃
     const devices = ref([])
     const navigationShow = ref(true)
@@ -156,9 +155,7 @@
         }
     }
 
-    const updateSelectedLayers = (keys) => {
-        userSelectedLayers.value = keys;
-    }
+
 
 
 
@@ -191,7 +188,6 @@
         waterLegendData,
         currentInfo,
         isShowEarth,
-        userSelectedLayers,
         devices,
 
         // 鏂规鐩稿叧鏂规硶
@@ -213,6 +209,5 @@
         startMNFZ,
         startMNPG,
         handleNavClick,
-        updateSelectedLayers
     }
 })
\ No newline at end of file

--
Gitblit v1.9.3