77 lines
1.7 KiB
JSON
Raw Normal View History

2020-12-07 22:17:42 +08:00
{
"homeInfo": {
"title": "首页",
2020-12-16 22:46:47 +08:00
"href": "page/welcome.html?t=1"
2020-12-07 22:17:42 +08:00
},
"logoInfo": {
2020-12-16 22:46:47 +08:00
"title": "ProManager",
2020-12-07 22:17:42 +08:00
"image": "images/logo.png",
"href": ""
},
"menuInfo": [
{
2020-12-16 22:46:47 +08:00
"title": "图号管理",
2020-12-24 23:09:24 +08:00
"icon": "fa fa-sort-numeric-asc",
2020-12-07 22:17:42 +08:00
"href": "",
"target": "_self",
"child": [
{
"title": "图标列表",
"href": "page/icon.html",
"icon": "fa fa-dot-circle-o",
"target": "_self"
},
{
"title": "图标选择",
"href": "page/icon-picker.html",
"icon": "fa fa-adn",
"target": "_self"
},
{
"title": "颜色选择",
"href": "page/color-select.html",
"icon": "fa fa-dashboard",
"target": "_self"
},
{
"title": "下拉选择",
"href": "page/table-select.html",
"icon": "fa fa-angle-double-down",
"target": "_self"
},
{
"title": "文件上传",
"href": "page/upload.html",
"icon": "fa fa-arrow-up",
"target": "_self"
},
{
"title": "富文本编辑器",
"href": "page/editor.html",
"icon": "fa fa-edit",
"target": "_self"
},
{
"title": "省市县区选择器",
"href": "page/area.html",
"icon": "fa fa-rocket",
"target": "_self"
}
]
},
{
2020-12-16 22:46:47 +08:00
"title": "用户管理",
"icon": "fa fa-users",
2020-12-07 22:17:42 +08:00
"href": "",
"target": "_self",
"child": [
{
2020-12-24 00:34:19 +08:00
"title": "用户列表",
"href": "page/UserList.html",
2020-12-24 23:09:24 +08:00
"icon": "fa fa-user",
2020-12-07 22:17:42 +08:00
"target": "_self"
}
]
}
]
}