Authored by dongjunjie

getSoryList注掉

... ... @@ -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");
... ...
... ... @@ -62,10 +62,10 @@ module.exports={
{name: 'idName', type: 'String'},
]
},
getSortList:{
title: "所有分类",
url: '/guang/article/getSortList'
},
// getSortList:{
// title: "所有分类",
// url: '/guang/article/getSortList'
// },
getTagItems:{
title: "根据是否启用获取标签分类列表",
url: '/guang/tagSort/getTagItems',
... ...
... ... @@ -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");
... ...
... ... @@ -62,10 +62,10 @@ module.exports={
{name: 'idName', type: 'String'},
]
},
getSortList:{
title: "所有分类",
url: '/guang/article/getSortList'
},
// getSortList:{
// title: "所有分类",
// url: '/guang/article/getSortList'
// },
getTagItems:{
title: "根据是否启用获取标签分类列表",
url: '/guang/tagSort/getTagItems',
... ...