From cf4ed06dea0076e518319de24c5120bb3fe0dae9 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期五, 06 六月 2025 14:41:25 +0800
Subject: [PATCH] 提交

---
 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 4bfc089..e1cea0d 100644
--- a/src/store/simulation.js
+++ b/src/store/simulation.js
@@ -106,6 +106,7 @@
 
     const startZHJC = () => {
         init()
+        flyToHomeView()
         functionShow.value = true
         deviceShow.value = true
         isShowEarth.value = true
@@ -114,6 +115,7 @@
 
     const startMNFZ = () => {
         init()
+        flyToHomeView()
         leftShow.value = true
         isShowEarth.value = false
 

--
Gitblit v1.9.3