From 5d0c1856a4106a4da134085f858723ddbdc62402 Mon Sep 17 00:00:00 2001 From: Zhang HaoYang <1304907854@qq.com> Date: Thu, 6 Jul 2023 14:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Monthly/MonthlyByTags.vue | 37 +++++++++++++++++------- src/components/Monthly/MonthlyItems.vue | 3 +- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/src/components/Monthly/MonthlyByTags.vue b/src/components/Monthly/MonthlyByTags.vue index 969c818..02a533a 100644 --- a/src/components/Monthly/MonthlyByTags.vue +++ b/src/components/Monthly/MonthlyByTags.vue @@ -4,11 +4,10 @@ + \ No newline at end of file diff --git a/src/components/Monthly/MonthlyItems.vue b/src/components/Monthly/MonthlyItems.vue index 9ab27c9..058d2d8 100644 --- a/src/components/Monthly/MonthlyItems.vue +++ b/src/components/Monthly/MonthlyItems.vue @@ -58,7 +58,8 @@ export default { let pathInfo = this.$router.resolve({ path: '/ProjectDetail', query:{ - id:id + id:id, + refresh:true } }) window.open(pathInfo.href, '_self');