用户中心

This commit is contained in:
wangshiming
2021-11-29 20:03:45 +08:00
parent 8530a23707
commit c5eaff493d
24 changed files with 2511 additions and 262 deletions

View File

@ -25,6 +25,42 @@
"link": "/demo/alain"
}
]
},
{
"text": "用户中心",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "货主管理",
"icon": "anticon anticon-dashboard",
"link": "/demo/zorro",
"children": [
{
"text": "货主列表",
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list"
},
{
"text": "货主详情",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list/view/:id"
},
{
"text": "企业认证",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/new"
},
{
"text": "企业审核",
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/list/view/:id"
}
]
}
]
}
]
}