From f60b31044a9a117244e7cd5d51f29b53d425a409 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 28 Feb 2022 18:34:47 +0800
Subject: [PATCH] wow.js 加入

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

diff --git a/src/config/router.config.js b/src/config/router.config.js
index bd96ebc..ca2abde 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -5,10 +5,11 @@
 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 link from '../components/swichLabel/main4-show.vue'
 import login from '../components/swichLabel/main5-show.vue'
 
 import box1 from '../components/mini/box1-info.vue'
+import comment from '../components/mini/box12-comment.vue'
 import tagTime from '../components/mini/tagTime.vue'
 import tagInfo from '../components/mini/tagInfo.vue'
 import boxFriend from '../components/mini/box-friend.vue'
@@ -29,7 +30,7 @@
 				component: main1,
 				children: [{
 						path: '/',
-						name:"articleList",
+						name: "articleList",
 						component: articleList,
 						props: true
 					},
@@ -38,20 +39,25 @@
 						component: box1,
 					},
 					{
-						name:"tagTime",
+						name: "tagTime",
 						path: '/tagTime',
 						component: tagTime,
+					},
+					{
+						name: "comment",
+						path: '/comment',
+						component: comment,
 					},
 					{
 						path: '/tagInfo',
 						component: tagInfo,
 					},
 					{
-						name:"mdDetail",
+						name: "mdDetail",
 						path: '/mdDetail',
 						component: mdDetail,
 					}, {
-						path: '/main4',
+						path: '/link',
 						component: boxFriend,
 					}
 				]
@@ -61,7 +67,7 @@
 				component: main1,
 				children: [{
 					path: '/',
-					name:"articleList",
+					name: "articleList",
 					component: articleList,
 				}]
 			},
@@ -75,8 +81,8 @@
 				component: main3,
 			},
 			{
-				path: '/main4',
-				component: main4,
+				path: '/link',
+				component: link,
 			}, {
 				path: '/login',
 				component: login,

--
Gitblit v1.9.1