diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index a4d4101..14678e9 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -114,7 +114,10 @@ export default { } }, toPart(path){ - this.$router.push(path) + this.$router.push({ + path, + query: this.$route.query + }) }, showComing(){ this.comingVisible = true