...
|
...
|
@@ -14,6 +14,7 @@ const brand = require(cRoot + '/brand'); |
|
|
const router = expressRouter();
|
|
|
|
|
|
router.get('/', channel.index); // 首页
|
|
|
router.get('/channel/channel.json', channel.channel); // 查询所有频道
|
|
|
router.get('/channel/resources.json', channel.resources); // 资源位接口
|
|
|
router.get('/channel/goods.json', channel.goods); // 首页查询商品列表
|
|
|
router.get('/brand', brand.index); // 店铺首页
|
...
|
...
|
|