...
|
...
|
@@ -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,
|
...
|
...
|
|