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.
73 lines
1.6 KiB
73 lines
1.6 KiB
{
|
|
"homeInfo": {
|
|
"title": "首页",
|
|
"href": "welcome"
|
|
},
|
|
"logoInfo": {
|
|
"title": "图书管理",
|
|
"image": "images/favicon.ico",
|
|
"href": ""
|
|
},
|
|
"menuInfo": [
|
|
{
|
|
"title": "功能管理",
|
|
"icon": "fa fa-bars",
|
|
"href": "",
|
|
"target": "_self",
|
|
"child": [
|
|
{
|
|
"title": "借阅管理",
|
|
"href": "lendListIndex",
|
|
"icon": "fa fa-window-maximize",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "图书管理",
|
|
"href": "bookIndex",
|
|
"icon": "fa fa-book",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "读者管理",
|
|
"href": "readerIndex",
|
|
"icon": "fa fa-credit-card",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "类型管理",
|
|
"href": "typeIndex",
|
|
"icon": "fa fa-file-text",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "公告管理",
|
|
"href": "noticeIndexOfBack",
|
|
"icon": "fa fa-bell",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"title": "管理员管理",
|
|
"href": "adminIndex",
|
|
"icon": "fa fa-user-circle-o",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"title": "统计分析",
|
|
"icon": "fa fa-bar-chart",
|
|
"href": "",
|
|
"target": "_self",
|
|
"child": [
|
|
|
|
{
|
|
"title": "统计分析",
|
|
"href": "statisticIndex",
|
|
"icon": "fa fa-superpowers",
|
|
"target": "_self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |