From c303f911ac7e2ccdee3379f62d01f48839a8f225 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 30 Mar 2022 17:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E7=BB=BC=E5=90=88=E6=9F=9C?= =?UTF-8?q?=E5=8F=B0=E5=B8=A6=E5=85=A5=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/list/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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