Commit f29b6ad3 authored by Gakki's avatar Gakki

[add] 路由添加重复投诉列表

parent 7187f063
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
{ {
"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/repeatComplaintList", "name": "repeatComplaintList",
"meta": { "title": "重复投诉列表", "menuPath": true, "menuIcon": "profile", "hideInBread": false }
} }
] ]
}, },
......
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