Commit 74b51184 authored by 蒋金城's avatar 蒋金城

黄浦子项目

parent cc7ed320
{ {
"Layout": [] "Layout": [
{
"path": "/hp_order/month", "name": "month",
"meta": { "title": "房办月查","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/hp_order/month/monthList", "name": "month",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/hp_order/month/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/hp_question/repair", "name": "repairList",
"meta": { "title": "应急报修","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/hp_question/repair/repairList", "name": "repairList",
"meta": { "title": "应急报修列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/hp_question/repair/repairInfo", "name": "repairInfo",
"meta": { "title": "报修详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/hp_question/tousu", "name": "tousu",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/hp_question/tousu/tousuQuestion", "name": "tousuQuestion",
"meta": { "title": "投诉问题排行", "menuPath":true, "hideInBread":false},
"children":[
{
"path": "/hp_question/tousu/tousuQuestion/questionInfo", "name": "questionInfo",
"meta": { "title": "投诉问题列表", "menuPath":false, "hideInBread":false }
},
{
"path": "/hp_question/tousu/tousuQuestion/tousuDetails", "name": "tousuDetails",
"meta": { "title": "投诉问题详情", "menuPath":false, "hideInBread":false }
}
]
},
{
"path": "/hp_question/tousu/tousuDensity", "name": "tousuDensity",
"meta": { "title": "投诉密度排行", "menuPath":true, "hideInBread":false}
}
]
}
]
} }
\ No newline at end of file
...@@ -29,6 +29,16 @@ ...@@ -29,6 +29,16 @@
"name": "question", "name": "question",
"entry": "http://31.0.161.39/question", "entry": "http://31.0.161.39/question",
"activeRule": "/question" "activeRule": "/question"
},
{
"name": "hp_order",
"entry": "http://172.82.26.1/order",
"activeRule": "/hp_order"
},
{
"name": "hp_question",
"entry": "http://172.82.26.1/question",
"activeRule": "/hp_question"
} }
], ],
...@@ -62,6 +72,16 @@ ...@@ -62,6 +72,16 @@
"name": "question", "name": "question",
"entry": "http://xuhui.hm.omniview.pro/question", "entry": "http://xuhui.hm.omniview.pro/question",
"activeRule": "/question" "activeRule": "/question"
},
{
"name": "hp_order",
"entry": "http://huangpu.hm.omniview.pro/order",
"activeRule": "/hp_order"
},
{
"name": "hp_question",
"entry": "http://huangpu.hm.omniview.pro/question",
"activeRule": "/hp_question"
} }
] ]
......
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