Authored by zhangxiaoru

登录

@@ -242,8 +242,8 @@ router.get('/app-downloads', appDownloads.index); @@ -242,8 +242,8 @@ router.get('/app-downloads', appDownloads.index);
242 242
243 router.get('/couponSend', couponFloor.couponSend); // 获取优惠券 243 router.get('/couponSend', couponFloor.couponSend); // 获取优惠券
244 244
245 -router.get('/share-buy', update('5.7.0'), shareBuy.index); // 分享购首页  
246 -router.get('/share-buy/detail', update('5.7.0'), auth, shareBuy.detail); // 分享购详情页 245 +router.get('/share-buy', update('5.7.0'), auth, shareBuy.index); // 分享购首页
  246 +router.get('/share-buy/detail', update('5.7.0'), shareBuy.detail); // 分享购详情页
247 router.get('/share-buy/my-rebeat', update('5.7.0'), auth, shareBuy.myRebeat); // 我的返利 247 router.get('/share-buy/my-rebeat', update('5.7.0'), auth, shareBuy.myRebeat); // 我的返利
248 248
249 module.exports = router; 249 module.exports = router;