Files
bbq/src/assets/mocks/menu-data.json
Taric Xin d18633a1a8 edit
2021-11-29 20:07:51 +08:00

87 lines
2.1 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": "员工管理",
"link": "/demo/zorro"
},
{
"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"
},
{
"text": "货物名称配置",
"link": "/demo/alain"
}
]
}
]
}
]
}