Files
bbq/src/assets/mocks/menu-data.json
wangshiming 540c845ca9 用户中心
2021-11-30 15:56:18 +08:00

136 lines
3.8 KiB
JSON

{
"menu": [
{
"text": "样例",
"hideInBreadcrumb": true,
"children": [
{
"text": "仪表盘",
"icon": "anticon anticon-dashboard",
"link": "/dashboard"
},
{
"text": "样例",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "Zorro案例",
"icon": "anticon anticon-dashboard",
"link": "/demo/zorro"
},
{
"text": "Alain案例",
"icon": "anticon anticon-dashboard",
"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/list/detail/:id"
},
{
"text": "企业认证",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/new"
},
{
"text": "企业审核列表",
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/enterprise"
},
{
"text": "企业审核列表详情",
"hide": true,
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/enterprise/view/:id"
},
{
"text": "用户列表",
"icon": "anticon anticon-dashboard",
"link": "/usercenter/freight/user"
}
]
}
]
},
{
"text": "系统设置",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "员工管理",
"link": "/system/staff-management"
},
{
"text": "角色管理",
"link": "/demo/alain"
},
{
"text": "基础设置",
"link": "/demo/alain"
},
{
"text": "车型车长配置",
"link": "/demo/alain"
},
{
"text": "基础配置",
"link": "/demo/alain"
},
{
"text": "系统日志",
"link": "/demo/alain"
},
{
"text": "用户登录日志",
"link": "/demo/alain"
},
{
"text": "版本发布记录",
"link": "/demo/alain"
},
{
"text": "协议配置",
"link": "/demo/alain"
},
{
"text": "审核驳回理由配置",
"link": "/demo/alain"
},
{
"text": "系统配置",
"link": "/demo/alain"
}
]
}
]
}
]
}