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.

34 lines
696 B

{
"homeInfo": {
"title": "首页",
"href": "welcome"
},
"logoInfo": {
"title": "图书馆管理",
"image": "images/favicon.ico",
"href": ""
},
"menuInfo": [
{
"title": "功能管理",
"icon": "fa fa-address-book",
"href": "",
"target": "_self",
"child": [
{
"title": "公告管理",
"href": "noticeIndexOfReader",
"icon": "fa fa-window-maximize",
"target": "_self"
},
{
"title": "借阅管理",
"href": "queryLookBookList2",
"icon": "fa fa-gears",
"target": "_self"
}
]
}
]
}