【修复】资讯页打不开

This commit is contained in:
liqianjin 2023-04-04 11:34:55 +08:00
parent 8f97cd259e
commit 550a129818
1 changed files with 1 additions and 1 deletions

View File

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