From 1188387a47e55590a87c161cb43b2db0729b0146 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期三, 18 六月 2025 17:08:10 +0800
Subject: [PATCH] 修改

---
 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