1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-07-31 11:54:42 +08:00
2019-12-17 14:03:50 +08:00

84 lines
1.9 KiB
JSON

{
"clearInfo": {
"clearUrl": "/static/api/clear.json"
},
"homeInfo": {
"title": "首页",
"icon": "fa fa-home",
"href": "/home"
},
"logoInfo": {
"title": "",
"image": "/static/images/logo.png",
"href": ""
},
"menuInfo": {
"currency": {
"title": "常规管理",
"icon": "fa fa-address-book",
"child": [
{
"title": "主页",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "首页",
"href": "/home",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
},
{
"title": "用户管理",
"href": "",
"icon": "fa fa-window-maximize",
"target": "_self",
"child": [
{
"title": "用户列表",
"href": "/user",
"icon": "fa fa-list-alt",
"target": "_self"
},
{
"title": "客服列表",
"href": "/kefuList",
"icon": "fa fa-navicon",
"target": "_self"
}
]
},
{
"title": "会话管理",
"href": "",
"icon": "fa fa-file-text",
"target": "_self",
"child": [
{
"title": "游客列表",
"href": "/visitorList",
"icon": "fa fa-list-alt",
"target": "_self"
},
{
"title": "聊天记录",
"href": "/chatLogList",
"icon": "fa fa-list-alt",
"target": "_self"
},
{
"title": "服务记录",
"href": "/serviceList",
"icon": "fa fa-navicon",
"target": "_self"
}
]
}
]
}
}
}