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); }, // 保存