From 60117f51b33800d4e7ec84939e8c5c23a2247e75 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Wed, 26 Oct 2022 08:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E8=B7=B3=E8=BD=AC404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/wap/navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seller/src/views/shop/wap/navbar.vue b/seller/src/views/shop/wap/navbar.vue index 66047b5e..5ad57f22 100644 --- a/seller/src/views/shop/wap/navbar.vue +++ b/seller/src/views/shop/wap/navbar.vue @@ -153,7 +153,7 @@ export default { // 返回查询数据页面 goback() { this.$router.push({ - path: "/shop/wapList", + path: "/wapList", }); },