update at 2023/08/14
This commit is contained in:
49
config/menu/menu-topology-maagement.json
Normal file
49
config/menu/menu-topology-maagement.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": 1,
|
||||
"title": "拓扑管理",
|
||||
"icon": "fa fa-home",
|
||||
"href": null,
|
||||
"target": null,
|
||||
"parentId": 0,
|
||||
"child": [
|
||||
{
|
||||
"id": 2,
|
||||
"title": "系统拓扑",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "page/user/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "网元状态",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "page/main.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
"id": 1,
|
||||
"href": null,
|
||||
"icon": "fa fa-home",
|
||||
"child": [
|
||||
{
|
||||
"id": 3,
|
||||
"href": "page/main.html",
|
||||
"icon": "fa fa-caret-right",
|
||||
"child": null,
|
||||
"title": "网元状态",
|
||||
"target": null,
|
||||
"parentId": 1
|
||||
}
|
||||
],
|
||||
"title": "系统状态",
|
||||
"target": null,
|
||||
"parentId": 0
|
||||
}
|
||||
Reference in New Issue
Block a user