...
|
...
|
@@ -63,7 +63,7 @@ router.get('/outlets/:channel', outlets.channel); // 奥莱频道页 |
|
|
// 商品分类列表页
|
|
|
router.get('/list', outletsList.index);
|
|
|
router.get(/\/pro_([\d]+)_([\d]+)\/(.*)/, detail.redirectNewProduct);
|
|
|
router.get(/\/product_([\d]+)(.*)/, detail.showMain); // 商品详情routers
|
|
|
router.get(/\/p_([\d]+)(.*)/, detail.showMain); // 商品详情routers
|
|
|
router.get('/detail/comment', detail.indexComment); // 商品评论
|
|
|
router.get('/detail/consult', detail.indexConsult); // 商品咨询
|
|
|
router.post('/detail/consult', auth, detail.createConsult); // 创建咨询
|
...
|
...
|
|