update at 2023/08/14
This commit is contained in:
46
config/menu/menu-log-management.json
Normal file
46
config/menu/menu-log-management.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": 1,
|
||||
"title": "日志管理",
|
||||
"icon": "fa fa-home",
|
||||
"href": null,
|
||||
"target": null,
|
||||
"parentId": 0,
|
||||
"child": [
|
||||
{
|
||||
"id": 2,
|
||||
"title": "操作日志",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "building/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "安全日志",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "dormitoryset/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "告警日志",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "dormitoryset/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "日志设置",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "dormitory/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user