From 3db24258f4845769909791d985d097f263bc932d Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 6 Aug 2020 14:41:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/common/head/ShowAll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/common/head/ShowAll.vue b/frontend/src/business/components/common/head/ShowAll.vue index fa16d65c07..e525594fb9 100644 --- a/frontend/src/business/components/common/head/ShowAll.vue +++ b/frontend/src/business/components/common/head/ShowAll.vue @@ -14,7 +14,7 @@ methods: { changeRoute() { // 解决在列表页面点击 显示全部 无效的问题(点击显示全部后改变路由) - this.$router.push({path: this.index, query: {type: 'all'}}); + this.$router.replace({path: this.index, query: {type: 'all'}}); } } }