forked from zhongyuanhaiju/uniapp
【修复】资讯页打不开
This commit is contained in:
parent
8f97cd259e
commit
550a129818
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue