From bc95187efc506413cf85749fe36fe748cf75fed5 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 17 Aug 2022 18:43:04 +0800
Subject: [PATCH] 重新界定碎念类型入口

---
 src/components/swichLabel/main2-music-search.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/components/swichLabel/main2-music-search.vue b/src/components/swichLabel/main2-music-search.vue
index 565e063..02cd100 100644
--- a/src/components/swichLabel/main2-music-search.vue
+++ b/src/components/swichLabel/main2-music-search.vue
@@ -7,7 +7,10 @@
 			<a-col v-bind="colApiMain" class="holdHeight">
 				<!-- <box8></box8> -->
 				<!-- <boxLeft></boxLeft> -->
-				<myVideo v-on="$listeners"></myVideo>
+				<!-- <myVideo v-on="$listeners"></myVideo> -->
+				<keep-alive>
+					<router-view v-on="$listeners"></router-view>
+				</keep-alive>
 			</a-col>
 
 		</a-row>
@@ -57,8 +60,8 @@
 
 				colApiMain: {
 					xs: {
-						span: 24,
-						offset: 0,
+						span: 22,
+						offset: 1,
 					},
 					sm: {
 						span: 22,

--
Gitblit v1.9.1