Authored by 周少峰

shop url

... ... @@ -77,8 +77,8 @@ router.get('/list/index', list.index);
router.get('/list/new', list.new);
// 品牌页
router.get('/brand/:brandDomain', list.brand);
router.get('/about/:brandDomain', list.brandAbout);
router.get('/brand', list.brand);
router.get('/about', list.brandAbout);
router.get('/shoplist', list.shopList); // 店铺列表页
router.post('/shop/togglecollect', favorite.collectShop); // 店铺收藏
... ...