From 846bd0e9adb70bb23778045ee1a252a6a58adc4f Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 02 Mar 2022 21:45:39 +0800
Subject: [PATCH] 文件结构调整,日志评论实现

---
 src/config/router.config.js |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index 2190c80..9e5127e 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -2,11 +2,12 @@
 
 import articleList from '../components/group/articleListScorll.vue'
 
-import main1 from '../components/swichLabel/main1-show.vue'
-import main2 from '../components/swichLabel/main2-show.vue'
+import main1 from '../components/swichLabel/main1-home.vue'
+import main2 from '../components/swichLabel/main2-music-search.vue'
 import main3 from '../components/swichLabel/main3-show.vue'
-import main4 from '../components/swichLabel/main4-show.vue'
-import login from '../components/swichLabel/main5-show.vue'
+import link from '../components/swichLabel/main4-link.vue'
+import login from '../components/swichLabel/main5-login.vue'
+import comment from '../components/swichLabel/main6-comment.vue'
 
 import box1 from '../components/mini/box1-info.vue'
 import tagTime from '../components/mini/tagTime.vue'
@@ -29,6 +30,7 @@
 				component: main1,
 				children: [{
 						path: '/',
+						name: "articleList",
 						component: articleList,
 						props: true
 					},
@@ -37,28 +39,35 @@
 						component: box1,
 					},
 					{
+						name: "tagTime",
 						path: '/tagTime',
 						component: tagTime,
-						props: true
+					},
+					{
+						name: "comment",
+						path: '/comment',
+						component: comment,
 					},
 					{
 						path: '/tagInfo',
 						component: tagInfo,
 					},
 					{
+						name: "mdDetail",
 						path: '/mdDetail',
 						component: mdDetail,
 					}, {
-						path: '/main4',
+						path: '/link',
 						component: boxFriend,
 					}
 				]
 			},
 			{
-				path: '/main1',
+				path: '/articleList',
 				component: main1,
 				children: [{
 					path: '/',
+					name: "articleList",
 					component: articleList,
 				}]
 			},
@@ -72,8 +81,8 @@
 				component: main3,
 			},
 			{
-				path: '/main4',
-				component: main4,
+				path: '/link',
+				component: link,
 			}, {
 				path: '/login',
 				component: login,

--
Gitblit v1.9.1