From 118e68b8ac16bf0d48d6294bdfda3a3dd7247498 Mon Sep 17 00:00:00 2001 From: mahe Date: Fri, 22 Dec 2023 17:41:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A5=BC=E5=B1=82?= =?UTF-8?q?=E8=A3=85=E4=BF=AE=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/page-decoration/wap/navbar.vue | 4 +--- seller/src/views/shop/wap/navbar.vue | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/manager/src/views/page-decoration/wap/navbar.vue b/manager/src/views/page-decoration/wap/navbar.vue index ae6c1f77..85c33830 100644 --- a/manager/src/views/page-decoration/wap/navbar.vue +++ b/manager/src/views/page-decoration/wap/navbar.vue @@ -246,9 +246,7 @@ export default { // 返回查询数据页面 goBack() { - this.$router.push({ - path: "/wapList", - }); + this.$router.go(-1); }, // 保存 diff --git a/seller/src/views/shop/wap/navbar.vue b/seller/src/views/shop/wap/navbar.vue index 5b8771a9..67a768d3 100644 --- a/seller/src/views/shop/wap/navbar.vue +++ b/seller/src/views/shop/wap/navbar.vue @@ -168,9 +168,7 @@ export default { // 返回查询数据页面 goback() { - this.$router.push({ - path: "/wapList", - }); + this.$router.go(-1); }, // 保存