Authored by 王水玲

逛入口修改

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