From 150babae847a3d44e4a5ff6deabe92ee55a3f144 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期四, 19 六月 2025 14:01:30 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb

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

diff --git a/src/store/simulation.js b/src/store/simulation.js
index aad1e40..ea2e635 100644
--- a/src/store/simulation.js
+++ b/src/store/simulation.js
@@ -2,7 +2,8 @@
 import { defineStore } from 'pinia'
 import { ref } from 'vue'
 export const useSimStore = defineStore('simulation', () => {
-
+    // 甯ф暟
+    const frameNum = ref(0)
     // 闅愭偅鐐瑰垪琛�
     const DangerPoint = ref([])
     const DeviceShowSwitch = ref(false)
@@ -29,8 +30,6 @@
     const schemCard = ref([])
     const backToHome = ref(false)
     const selectedScheme = ref(null)
-    // 褰撳墠妯℃嫙缁忕含搴�
-    const currentInfo = ref({})
     // 鍥句緥
     const waterLegendData = ref([])
     // 妯℃嫙浠跨湡鍥句緥
@@ -186,9 +185,9 @@
         DeviceShowSwitch,
         DangerShowSwitch,
         waterLegendData,
-        currentInfo,
         isShowEarth,
         devices,
+        frameNum,
 
         // 鏂规鐩稿叧鏂规硶
         setSchemCard,

--
Gitblit v1.9.3