From 9eba6f3e999e7bc1f360b9a4b11dd2b204fb0feb Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期二, 15 四月 2025 09:59:43 +0800
Subject: [PATCH] 开始模拟跳转

---
 src/views/left/Simulation.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/left/Simulation.vue b/src/views/left/Simulation.vue
index 062861f..004ce79 100644
--- a/src/views/left/Simulation.vue
+++ b/src/views/left/Simulation.vue
@@ -9,11 +9,11 @@
     <el-tab-pane label="琛屾斂鍖哄垝浠跨湡" name="first"
       ><city-sim :clickValue="clickValue" @start="start" @end="end"
     /></el-tab-pane>
-    <el-tab-pane label="閲嶇偣鍖哄煙浠跨湡" name="second" @start="start" @end="end"
-      ><city-sim :clickValue="clickValue"
+    <el-tab-pane label="閲嶇偣鍖哄煙浠跨湡" name="second"
+      ><city-sim :clickValue="clickValue" @start="start" @end="end"
     /></el-tab-pane>
     <el-tab-pane label="閲嶇偣娌熶豢鐪�" name="third">
-      <kg-sim :clickValue="clickValue" />
+      <kg-sim :clickValue="clickValue" @start="start" @end="end" />
     </el-tab-pane>
   </el-tabs>
 </template>
@@ -35,6 +35,7 @@
 
 function start() {
   emits("start");
+  console.log("寮�濮嬫ā鎷�");
 }
 function end() {
   emits("end");

--
Gitblit v1.9.3