Authored by 郭成尧

router-exchange

... ... @@ -93,6 +93,7 @@ router.get('/favBrand', auth, favorite.favfavBrand);// 收藏的品牌
router.post('/favoriteDel', auth, favorite.favoriteDelete);// 取消收藏
// 优惠券
// router.use('/coupons', auth, coupons.index);
router.use('/coupons', auth, couponNew.page);
router.use('/couponsAjax', coupons.couponsAjax);
... ...