Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ router.get('/star/collocation/list', star.collocationList); // 星潮教室星 | @@ -31,7 +31,7 @@ router.get('/star/collocation/list', star.collocationList); // 星潮教室星 | ||
31 | 31 | ||
32 | router.post('/star/setFavorite', star.setFavorite); // 收藏文章 | 32 | router.post('/star/setFavorite', star.setFavorite); // 收藏文章 |
33 | router.get('/', homeController.index); // 逛首页 | 33 | router.get('/', homeController.index); // 逛首页 |
34 | -router.get(/^\/((boys)|(girls)|(kids)|(lifestyle)-[^\/]+)/, rewrite.resolve, homeController.index); // 逛首页 SEO优化 | 34 | +// router.get(/^\/((boys)|(girls)|(kids)|(lifestyle)-[^\/]+)/, rewrite.resolve, homeController.index); // 逛首页 SEO优化 |
35 | 35 | ||
36 | router.get('/plusstar', rewrite.channel, plusstar.indexRedirect); // 潮流优选 | 36 | router.get('/plusstar', rewrite.channel, plusstar.indexRedirect); // 潮流优选 |
37 | router.get(/^\/(.*?)-plusstar/, rewrite.resolve, plusstar.index); // 潮流优选 SEO优化 | 37 | router.get(/^\/(.*?)-plusstar/, rewrite.resolve, plusstar.index); // 潮流优选 SEO优化 |
-
Please register or login to post a comment