...
|
...
|
@@ -67,7 +67,7 @@ router.get('/outlets/:channel', outlets.channel); // 奥莱频道页 |
|
|
|
|
|
// 商品分类列表页
|
|
|
router.get('/list', outletsList.index);
|
|
|
router.get(/\/([\d]+)(.*)/, detail.showMain); // 新的商品详情routers
|
|
|
router.get(/^\/([\d]+)(.*)/, detail.showMain); // 新的商品详情routers
|
|
|
router.get(/\/p([\d]+)(.*)/, detail.showMainBack); // 新的商品详情routers
|
|
|
router.get('/detail/comment', detail.indexComment); // 商品评论
|
|
|
router.get('/detail/consult', detail.indexConsult); // 商品咨询
|
...
|
...
|
|