From af029bdfb645bd2b75fbab687c1a5f45b428d801 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 11 Aug 2022 18:53:48 +0800
Subject: [PATCH] 优化上传逻辑,月台添加mini播放弹窗

---
 src/components/swichLabel/main1-home.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/components/swichLabel/main1-home.vue b/src/components/swichLabel/main1-home.vue
index 9f4f1e1..8666551 100644
--- a/src/components/swichLabel/main1-home.vue
+++ b/src/components/swichLabel/main1-home.vue
@@ -36,9 +36,7 @@
 						</a-affix>
 					</a-col>
 					<keep-alive>
-						<transition name="fade">
-							<router-view></router-view>
-						</transition>
+						<router-view></router-view>
 					</keep-alive>
 				</a-col>
 

--
Gitblit v1.9.1