...
|
...
|
@@ -78,7 +78,9 @@ router.get('/plusstar/cate', brand.index); |
|
|
router.get('/plusstar/brandList', brand.brandList);
|
|
|
router.get('/sitemap.xml', sitemap.siteMap);
|
|
|
|
|
|
router.get('/', guangNew.index); // 逛新首页
|
|
|
|
|
|
// guangNew.index 新版本的逛首页
|
|
|
router.get('/', index.index); // 逛新首页
|
|
|
router.get('/guang-new/more', guangNew.more);
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|