You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.2 KiB
100 lines
2.2 KiB
{
|
|
"homeInfo": {
|
|
"title": "首页",
|
|
"href": "/welcome"
|
|
},
|
|
"logoInfo": {
|
|
"title": "Repository",
|
|
"image": "static/images/logo.png",
|
|
"href": ""
|
|
},
|
|
"menuInfo": [
|
|
{
|
|
"title": "仓库信息概览",
|
|
"href": "/welcome",
|
|
"icon": "fa fa-tachometer",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "首页",
|
|
"href": "/welcome",
|
|
"icon": "fa fa-home",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "仓库管理",
|
|
"icon": "fa fa-lemon-o",
|
|
"href": "",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "申请提交",
|
|
"icon": "fa fa-book",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "入库申请",
|
|
"href": "/application_in",
|
|
"icon": "layui-icon layui-icon-file-b",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "出库申请",
|
|
"href": "/application_out",
|
|
"icon": "fa fa-file-text",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "库存转移申请",
|
|
"href": "application_transfer",
|
|
"icon": "fa fa-exchange",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "我的任务",
|
|
"icon": "fa fa-tasks",
|
|
"target": "_self",
|
|
"href": "/my_task"
|
|
},
|
|
{
|
|
"title": "我的申请",
|
|
"href": "/my_apply",
|
|
"icon": "fa fa-paper-plane",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "辅助管理",
|
|
"icon": "fa fa-slideshare",
|
|
"href": "",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "公告发布",
|
|
"href": "/notice_edit",
|
|
"icon": "fa fa-superpowers",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "个人中心",
|
|
"href": "pages/error.html",
|
|
"icon": "fa fa-superpowers",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "个人信息",
|
|
"href": "/account_look",
|
|
"icon": "layui-icon layui-icon-friends",
|
|
"target": ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|