From 550a12981849661fe3c018e51d0a8de02f2a66f2 Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Tue, 4 Apr 2023 11:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E8=B5=84?= =?UTF-8?q?=E8=AE=AF=E9=A1=B5=E6=89=93=E4=B8=8D=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/util.js b/common/js/util.js index dcc49a1..3da68f5 100644 --- a/common/js/util.js +++ b/common/js/util.js @@ -16,7 +16,7 @@ export default { redirectTo(to, param, mode) { let url = to; let tabbarList = ['/pages/index/index', '/pages/goods/category', '/pages/goods/cart', - '/pages/member/index','/pages_rush/article/list' + '/pages/member/index' ] if (param != undefined) { Object.keys(param).forEach(function(key) {