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) {