Showing
1 changed file
with
1 additions
and
1 deletions
@@ -67,7 +67,7 @@ router.get('/outlets/:channel', outlets.channel); // 奥莱频道页 | @@ -67,7 +67,7 @@ router.get('/outlets/:channel', outlets.channel); // 奥莱频道页 | ||
67 | 67 | ||
68 | // 商品分类列表页 | 68 | // 商品分类列表页 |
69 | router.get('/list', outletsList.index); | 69 | router.get('/list', outletsList.index); |
70 | -router.get(/\/([\d]+)(.*)/, detail.showMain); // 新的商品详情routers | 70 | +router.get(/^\/([\d]+)(.*)/, detail.showMain); // 新的商品详情routers |
71 | router.get(/\/p([\d]+)(.*)/, detail.showMainBack); // 新的商品详情routers | 71 | router.get(/\/p([\d]+)(.*)/, detail.showMainBack); // 新的商品详情routers |
72 | router.get('/detail/comment', detail.indexComment); // 商品评论 | 72 | router.get('/detail/comment', detail.indexComment); // 商品评论 |
73 | router.get('/detail/consult', detail.indexConsult); // 商品咨询 | 73 | router.get('/detail/consult', detail.indexConsult); // 商品咨询 |
-
Please register or login to post a comment