This commit is contained in:
Taric Xin
2021-11-29 20:09:57 +08:00
23 changed files with 2508 additions and 264 deletions

View File

@ -26,6 +26,42 @@
}
]
},
{
"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"
}
]
}
]
},
{
"text": "系统设置",
"icon": "anticon anticon-dashboard",
@ -74,10 +110,6 @@
{
"text": "系统配置",
"link": "/demo/alain"
},
{
"text": "货物名称配置",
"link": "/demo/alain"
}
]
}