From 17cbd2b77f7444512746c964d6a8dac229de86cb Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 2 Nov 2022 19:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/guideBox.vue | 5 +++-- src/views/Index.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue index 8352e24e..839eefab 100644 --- a/src/components/Portal/guideBox.vue +++ b/src/components/Portal/guideBox.vue @@ -25,7 +25,7 @@

{{description}}

- 进入首页 + 进入首页 @@ -117,7 +117,8 @@ this.$emit('close'); }, goHome() { - this.$router.push('/index') + this.guideCollection = false; + this.$router.push('/index') }, getlist() { apiGuide.list().then(res=>{ diff --git a/src/views/Index.vue b/src/views/Index.vue index 6f6073d3..412009d4 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -5,7 +5,7 @@
- +
@@ -14,7 +14,7 @@
- +