From ad2b70777b866a9f4848a89fd0e343f991f8a604 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Thu, 13 Jan 2022 18:40:57 +0800
Subject: [PATCH] 路由跳转添加

---
 src/components/layouts/boxRight.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/layouts/boxRight.vue b/src/components/layouts/boxRight.vue
index 1c03bcf..e8d9b9e 100644
--- a/src/components/layouts/boxRight.vue
+++ b/src/components/layouts/boxRight.vue
@@ -19,7 +19,7 @@
 </template>
 
 <script>
-	import box4 from "./box4.vue"
+	import box4 from "./box4-minibox.vue"
 	export default {
 		components: {
 			box4,
@@ -56,6 +56,7 @@
 				},
 				vo3: {
 					title: "友情链接",
+					isShowRemark:true,
 					list: [{
 						name: "inleft.com",
 					}, {

--
Gitblit v1.9.1