Commit 4a020a4b authored by Gakki's avatar Gakki

检查单,应急保修,投诉信息并为一个子项目,徐汇下仅保留处置单

parent 2bedd331
[{
"path": "/documents/month", "name": "month",
"meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/documents/month/monthList", "name": "month",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/documents/month/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/documents/repair", "name": "repairList",
"meta": { "title": "应急报修","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/documents/repair/repairList", "name": "repairList",
"meta": { "title": "应急报修列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/documents/repair/repairInfo", "name": "repairInfo",
"meta": { "title": "报修详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/documents/tousu", "name": "tousu",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/documents/tousu/tousuQuestion", "name": "tousuQuestion",
"meta": { "title": "投诉问题排行", "menuPath":true, "hideInBread":false},
"children":[
{
"path": "/documents/tousu/tousuQuestion/questionInfo", "name": "questionInfo",
"meta": { "title": "投诉问题列表", "menuPath":false, "hideInBread":false }
},
{
"path": "/documents/tousu/tousuQuestion/tousuDetails", "name": "tousuDetails",
"meta": { "title": "投诉问题详情", "menuPath":false, "hideInBread":false }
}
]
},
{
"path": "/documents/tousu/tousuDensity", "name": "tousuDensity",
"meta": { "title": "投诉密度排行", "menuPath":true, "hideInBread":false}
}
]
}]
\ No newline at end of file
...@@ -49,6 +49,11 @@ ...@@ -49,6 +49,11 @@
"name": "documentTwo", "name": "documentTwo",
"entry": "http://10.216.118.142/documentTwo", "entry": "http://10.216.118.142/documentTwo",
"activeRule": "/documentTwo" "activeRule": "/documentTwo"
},
{
"name": "documents",
"entry": "http://还不知道/documents",
"activeRule": "/documents"
} }
], ],
...@@ -102,6 +107,11 @@ ...@@ -102,6 +107,11 @@
"name": "documentTwo", "name": "documentTwo",
"entry": "http://yangpu-hm.omniview.pro/documentTwo", "entry": "http://yangpu-hm.omniview.pro/documentTwo",
"activeRule": "/documentTwo" "activeRule": "/documentTwo"
},
{
"name": "documents",
"entry": "http://还不知道/documents",
"activeRule": "/documents"
} }
] ]
} }
\ No newline at end of file
{ {
"Layout": [ "Layout": [
{ {
"path": "/question/month", "name": "month", "path": "/order/disposal", "name": "Disposal",
"meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "处置单列表", "menuPath":false, "menuIcon": "profile","hideInBread":false},
"children":[ "children":[
{ {
"path": "/question/month/monthList", "name": "month", "path": "/order/disposal/disposalList", "name": "disposalList",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "处置单列表", "menuPath":false, "menuIcon": "profile","hideInBread":false},
"children": [ "children": [
{ {
"path": "/question/month/monthInfo", "name": "monthInfo", "path": "/order/disposal/disposalView/:id", "name": "DisposalView",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false } "meta": { "title": "处置单详情", "menuPath":false, "hideInBread":false }
} }
] ]
} }
] ]
},
{
"path": "/question/repair", "name": "repairList",
"meta": { "title": "应急报修","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/question/repair/repairList", "name": "repairList",
"meta": { "title": "应急报修列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/question/repair/repairInfo", "name": "repairInfo",
"meta": { "title": "报修详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/question/tousu", "name": "tousu",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/question/tousu/tousuQuestion", "name": "tousuQuestion",
"meta": { "title": "投诉问题排行", "menuPath":true, "hideInBread":false},
"children":[
{
"path": "/question/tousu/tousuQuestion/questionInfo", "name": "questionInfo",
"meta": { "title": "投诉问题列表", "menuPath":false, "hideInBread":false }
},
{
"path": "/question/tousu/tousuQuestion/tousuDetails", "name": "tousuDetails",
"meta": { "title": "投诉问题详情", "menuPath":false, "hideInBread":false }
}
]
},
{
"path": "/question/tousu/tousuDensity", "name": "tousuDensity",
"meta": { "title": "投诉密度排行", "menuPath":true, "hideInBread":false}
}
]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment