From 0b0125884c449378a2e80f888a43a2d20974c8df Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 03 Mar 2022 16:20:09 +0800
Subject: [PATCH] 完成碎碎念的整合

---
 src/components/mini/box-new-article.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/components/mini/box-new-article.vue b/src/components/mini/box-new-article.vue
index ebf3225..9dc0443 100644
--- a/src/components/mini/box-new-article.vue
+++ b/src/components/mini/box-new-article.vue
@@ -35,7 +35,8 @@
 						<span class="article-meta__separator" style="margin: 0px 3px ;"> | </span>
 						<span class="article-meta">
 							<a-icon type="book" />
-							<router-link :to="{path:'/mdDetail',query:{id:id}}" class="article-meta__categories">
+							<router-link :to="{path:'/articleList',query:{typeId:articleTypeId}}"
+								class="article-meta__categories">
 								{{articleTypeName}}
 							</router-link>
 							<!-- <a class="article-meta__categories" href="#"> {{tag}}</a> -->
@@ -55,9 +56,13 @@
 		props: {
 			"index": {
 				default: 0,
-			},"id": {
+			},
+			"id": {
 				default: 0,
 			},
+			"articleTypeId": {
+				default: null
+			},
 			"isTop": {
 				default: 0,
 			},

--
Gitblit v1.9.1