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 @@
- +