From 0644a6a80031b1eb40c07ec146af59329fa9940b Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 21 Feb 2023 08:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E6=90=9C=E7=B4=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiNewsList/AiNewsList.vue | 3 ++- src/project/qujing/AppContentQj/contentManager.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/AiNewsList/AiNewsList.vue b/src/components/AiNewsList/AiNewsList.vue index 3c43938..0d1c927 100644 --- a/src/components/AiNewsList/AiNewsList.vue +++ b/src/components/AiNewsList/AiNewsList.vue @@ -4,7 +4,7 @@
+ @click="$linkTo(linkUrl+category.id)">
{{ category.title }}
@@ -39,6 +39,7 @@ export default { name: "AiNewsList", props: { list: {default: () => []}, + linkUrl: {default: '/mods/AppContent/contentDetail?id='}, props: { default: () => ({ title: 'title', diff --git a/src/project/qujing/AppContentQj/contentManager.vue b/src/project/qujing/AppContentQj/contentManager.vue index c759ca6..afe2f13 100644 --- a/src/project/qujing/AppContentQj/contentManager.vue +++ b/src/project/qujing/AppContentQj/contentManager.vue @@ -1,6 +1,6 @@