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/group/boxRight.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/group/boxRight.vue b/src/components/group/boxRight.vue
index f07fbd3..ce012e7 100644
--- a/src/components/group/boxRight.vue
+++ b/src/components/group/boxRight.vue
@@ -9,11 +9,11 @@
 		<div class="blog-cell  ">
 			<box4 v-bind="vo2"></box4>
 		</div> -->
-		<div class="blog-cell ">
+		<!-- <div class="blog-cell ">
 			<box4 v-bind="vo3"></box4>
 			<div class="blog-right-side-exchange">
 			</div>
-		</div>
+		</div> -->
 
 	</div>
 </template>
@@ -38,7 +38,7 @@
 		data() {
 			return {
 				vo3: {
-					"link": "/main4",
+					"link": "/link",
 					title: "友情链接",
 					isShowRemark: true,
 					list: [{

--
Gitblit v1.9.1