Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
Email Patches
Plain Diff
Browse Files
Authored by
leo
2017-01-10 14:30:43 +0800
Commit
b1326e4b986d0541041efcfd1ca0460d2851da49
1 parent
5c1fe313
Update: 增加图片尺寸
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
code/apps/guang/controllers/info.js
code/apps/guang/interfaces/info.js
code/apps/guang/controllers/info.js
View file @
b1326e4
...
...
@@ -82,5 +82,7 @@ module.exports=function(app) {
/*获取文章详情*/
app
.
post
(
"/guang/queryAllGoodsSort"
,
"infoManager_queryAllGoodsSort"
);
app
.
get
(
"/guang/updateArticlePic/background"
,
"infoManager_updateArticlePic"
);
}
...
...
code/apps/guang/interfaces/info.js
View file @
b1326e4
...
...
@@ -146,6 +146,10 @@ module.exports={
getTags
:{
title
:
"获取标签列表"
,
url
:
'/guang/tags/getTags'
},
updateArticlePic
:
{
title
:
"更新逛详情中图片大小"
,
url
:
"/guang/article/updateArticlePic/background"
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment