From b505f3648a10dd998ae9fe7a6edb1bf125d7d6a6 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 21 Jan 2022 01:51:33 +0800
Subject: [PATCH] 主页结构调整

---
 src/config/router.config.js |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index c63d838..71f7d62 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -1,14 +1,16 @@
 import baseLayout from '../components/layouts/baseLayout.vue'
 
-import articleList from '../components/group/articleList.vue'
+import articleList from '../components/group/articleListScorll.vue'
 
 import main1 from '../components/swichLabel/main1-show.vue'
 import main2 from '../components/swichLabel/main2-show.vue'
 import main3 from '../components/swichLabel/main3-show.vue'
+import main4 from '../components/swichLabel/main4-show.vue'
 
 import box1 from '../components/mini/box1-info.vue'
 import tagTime from '../components/mini/tagTime.vue'
 import tagInfo from '../components/mini/tagInfo.vue'
+import boxFriend from '../components/mini/box-friend.vue'
 import mdDetail from '../components/mini/mdDetail.vue'
 
 
@@ -27,7 +29,7 @@
 				children: [{
 						path: '/',
 						component: articleList,
-						props:true
+						props: true
 					},
 					{
 						path: '/box1',
@@ -36,7 +38,7 @@
 					{
 						path: '/tagTime',
 						component: tagTime,
-						props:true
+						props: true
 					},
 					{
 						path: '/tagInfo',
@@ -45,6 +47,9 @@
 					{
 						path: '/mdDetail',
 						component: mdDetail,
+					}, {
+						path: '/main4',
+						component: boxFriend,
 					}
 				]
 			},
@@ -56,7 +61,7 @@
 					component: articleList,
 				}]
 			},
-			
+
 			{
 				path: '/main2',
 				component: main2,
@@ -65,7 +70,11 @@
 				path: '/main3',
 				component: main3,
 			},
-			
+			{
+				path: '/main4',
+				component: main4,
+			},
+
 
 		]
 	},

--
Gitblit v1.9.1