|
|
|
@ -166,23 +166,23 @@ function checkId(id) { |
|
|
|
|
|
|
|
const tokenList = [ |
|
|
|
'pages/mall/price-index/index', |
|
|
|
'/pages/article/price-detail/index', |
|
|
|
'/pages/article/queue-detail/index', |
|
|
|
'/pakageInfo/pages/article/price-detail/index', |
|
|
|
'/pakageInfo/pages/article/queue-detail/index', |
|
|
|
'/pages/shop/index/index', |
|
|
|
'/pages/bidding/index/index', |
|
|
|
'/pages/morder/index/index', |
|
|
|
'/pages/message/index/index', |
|
|
|
'/pages/home/setting/index', |
|
|
|
'/pages/adress/list/index', |
|
|
|
'/pages/article/list/index', |
|
|
|
'/pakageInfo/pages/article/list/index', |
|
|
|
'/pages/html/integral/index', |
|
|
|
'/pages/withdrawal/balance/index', |
|
|
|
'/pages/agent/order/index', |
|
|
|
'/pages/home/idcard/index', |
|
|
|
'/pages/shop/detail/index', |
|
|
|
'/pages/article/publish/index', |
|
|
|
'/pakageInfo/pages/article/publish/index', |
|
|
|
'/pages/home/attentionPaperList/index', |
|
|
|
'/pages/article/feedback/index', |
|
|
|
'/pakageInfo/pages/article/feedback/index', |
|
|
|
'pages/agent/edit/index', |
|
|
|
'/pages/agent/ability/index' |
|
|
|
] |
|
|
|
@ -212,13 +212,13 @@ function navigateTarget(redirectInfo){ |
|
|
|
} else if(redirectInfo.targetView == 'showQNPrice'){ |
|
|
|
navigateTo('/pages/mall/price-index/index') |
|
|
|
} else if(redirectInfo.targetView == 'showFactoryPrice'){ |
|
|
|
navigateTo('/pages/article/price-detail/index') |
|
|
|
navigateTo('/pakageInfo/pages/article/price-detail/index') |
|
|
|
} else if(redirectInfo.targetView == 'showFactoryQueue'){ |
|
|
|
navigateTo('/pages/article/queue-detail/index') |
|
|
|
navigateTo('/pakageInfo/pages/article/queue-detail/index') |
|
|
|
} else if(redirectInfo.targetView == 'showArticleHome'){ |
|
|
|
event.emit('EventMessage', { what: 250, desc: 'page-article', index: 0 }) |
|
|
|
} else if(redirectInfo.targetView == 'myArticle'){ |
|
|
|
navigateTo('/pages/article/list/index') |
|
|
|
navigateTo('/pakageInfo/pages/article/list/index') |
|
|
|
} else if(redirectInfo.targetView == 'myMessage'){ |
|
|
|
navigateTo('/pages/message/index/index') |
|
|
|
} else if(redirectInfo.targetView == 'member'){ |
|
|
|
@ -250,7 +250,7 @@ function navigateTarget(redirectInfo){ |
|
|
|
} else if(redirectInfo.targetView == 'buyerOrderList'){ |
|
|
|
navigateTo('/pages/morder/index/index') |
|
|
|
} else if(redirectInfo.targetView == 'createArticle'){ |
|
|
|
navigateTo('/pages/article/publish/index') |
|
|
|
navigateTo('/pakageInfo/pages/article/publish/index') |
|
|
|
} else if(redirectInfo.targetView == 'proxySellActivity'){ |
|
|
|
navigateTo('/pages/agent/ability/index') |
|
|
|
} |
|
|
|
|