Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈轩
9 years ago
Commit
92a542151225750c5806cce0a65c258ad05b3ab8
2 parents
95962fd8
3dbd0e5b
Merge remote-tracking branch 'origin/develop' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/router.js
apps/channel/router.js
View file @
92a5421
...
...
@@ -18,7 +18,7 @@ router.get('/channel/channel.json', channel.channel); // 查询所有频道
router
.
get
(
'/channel/resources.json'
,
channel
.
resources
);
// 资源位接口
router
.
get
(
'/channel/goods.json'
,
channel
.
goods
);
// 首页查询商品列表
router
.
get
(
'/brand
s
'
,
brand
.
brandList
);
// 品牌列表页
router
.
get
(
'/brand'
,
brand
.
brandList
);
// 品牌列表页
router
.
get
(
'/brand/list.json'
,
brand
.
getBrandList
);
// 获取品牌列表数据
router
.
get
(
'/cate'
,
brand
.
cateResource
);
// 品类资源位页面
...
...
Please
register
or
login
to post a comment