...
|
...
|
@@ -49,7 +49,7 @@ module.exports=function(app) { |
|
|
app.post("/guang/article/getAuthorList","infoManager_getAuthorList");
|
|
|
|
|
|
/*所有分类*/
|
|
|
app.post("/guang/article/getSortList","infoManager_getSortList");
|
|
|
// app.post("/guang/article/getSortList","infoManager_getSortList");
|
|
|
|
|
|
/*根据是否启用获取标签分类列表*/
|
|
|
app.post("/guang/tagSort/getTagItems","infoManager_getTagItems");
|
...
|
...
|
|