Authored by leo

Update: 增加图片尺寸

... ... @@ -82,5 +82,7 @@ module.exports=function(app) {
/*获取文章详情*/
app.post("/guang/queryAllGoodsSort","infoManager_queryAllGoodsSort");
app.get("/guang/updateArticlePic/background", "infoManager_updateArticlePic");
}
... ...
... ... @@ -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
... ...