diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue index c46f7a8f..41363966 100644 --- a/src/components/Portal/guideBox.vue +++ b/src/components/Portal/guideBox.vue @@ -21,7 +21,7 @@

{{description}}

- 进入首页 + 进入首页 @@ -81,6 +81,9 @@ }, methods:{ + goHome() { + this.$router.push('/index') + }, getlist() { apiGuide.list().then(res=>{ if(res.status == 200) {