merge
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user