Commit 467e1644 authored by 程卓's avatar 程卓

浦东分支router init

parent a478ce6f
...@@ -38,25 +38,37 @@ ...@@ -38,25 +38,37 @@
}, },
{ {
"path": "/pudong/complaintPath", "name": "complaintPath", "path": "/pudong/complaintPath", "name": "complaintPath",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true }, "meta": { "title": "投诉直通车", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [ "children": [
{ {
"path": "/pudong/complaintPath/complaintList", "name": "complaintList", "path": "/pudong/complaintPath/complaintList", "name": "complaintList",
"meta": { "title": "投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false } "meta": { "title": "投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
}, },
{ {
"path": "/pudong/complaintPath/complaint12345TEL", "name": "complaint12345TEL", "path": "/pudong/complaintPath/repeatComplaintList", "name": "repeatComplaintList",
"meta": { "title": "12345热线列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false } "meta": { "title": "重复投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
} }
] ]
}, },
{ {
"path": "/danger/creditTitle", "name": "creditTitle", "path": "/danger/credit", "name": "creditTitle",
"meta": { "title": "信用主体评分", "menuPath": true, "menuIcon": "profile", "hideInBread": false, "openMode": "child" } "meta": { "title": "信用管理", "menuPath": true, "menuIcon": "profile", "hideInBread": false},
"children":[
{
"path": "/danger/credit/creditTitle", "name": "creditTitle",
"meta": { "title": "信用主体评分", "menuPath": true, "menuIcon": "profile", "hideInBread": false}
},
{
"path": "/danger/credit/archive", "name": "creditArchive",
"meta": {
"title": "信用主体归档", "menuPath": true, "menuIcon": "profile", "hideInBread": false
}
}
]
}, },
{ {
"path": "/danger/creditManage", "name": "creditManage", "path": "/danger/creditManage", "name": "creditManage",
"meta": { "title": "隐患管理", "menuPath": true, "menuIcon": "profile", "hideInBread": true }, "meta": { "title": "隐患管理", "menuPath": true, "menuIcon": "profile", "hideInBread": false },
"children": [ "children": [
{ {
"path": "/danger/creditManage/riskImportExport", "name": "riskImportExport", "path": "/danger/creditManage/riskImportExport", "name": "riskImportExport",
...@@ -103,6 +115,29 @@ ...@@ -103,6 +115,29 @@
] ]
} }
] ]
} },
{
"path": "/checkorder/month", "name": "month",
"meta": { "title": "检查单", "menuIcon": "profile", "menuPath": false, "hideInBread": false },
"children": [
{
"path": "/checkorder/month/monthList", "name": "monthList",
"meta": { "title": "房办月查", "menuIcon": "profile", "menuPath": false, "hideInBread": false },
"children": [
{
"path": "/checkorder/month/monthList/monthListSect", "name": "monthListSect",
"meta": { "title": "房办月查小区列表", "menuPath": false, "hideInBread": false },
"children": [
{
"path": "/checkorder/month/monthList/monthListSect/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath": false, "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