Authored by tanling

通用楼层

... ... @@ -15,7 +15,7 @@ module.exports=function(app) {
/*资源内容管理页*/
app.get("/resource/content/index/:param/:param/:param/:param","resource.resourceManage.ContentManage",
["select_selectCheckPassShopsByName","resourceManage_getUrlAction","resourceManage_queryCatogaryListByLevel","selectAppEntranceIconCategory"],
["select_selectCheckPassShopsByName","resourceManage_getUrlAction","resourceManage_queryCatogaryListByLevel","resourceManage_queryFloorCategory"],
function (shopData,response,sort,floorCategroy) {
this.$extend = {
shopData:shopData.data,
... ...
... ... @@ -70,6 +70,11 @@ module.exports={
url: "/salesCategory/querySortListByLevel"
},
queryFloorCategory:{
title: "获取楼层分类",
url: "/appEntranceIcon/selectAllCategory"
},
resContentIndex:{
title: "根据id获取资源内容",
url: "/resources/resContentIndex",
... ...