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.

48 lines
965 B

5 months ago
{
"homeInfo": {
"title": "首页",
"href": "../log"
},
"logoInfo": {
"title": "在线运维工具",
"image": "static/images/logo.png",
"href": ""
},
"menuInfo": [
{
"title": "常规管理",
"icon": "fa fa-address-book",
"href": "",
"target": "_self",
"child": [
{
"title": "运维日志",
"href": "../log",
"icon": "fa fa-file-text",
"target": "_self"
},
{
"title": "用户管理",
"href": "../user",
"icon": "fa fa-file-text",
"target": "_self"
},
{
"title": "数据图表",
"href": "../index_echarts",
"icon": "fa fa-file-text",
"target": "_blank"
}
,
{
"title": "警告信息",
"href": "../warings",
"icon": "fa fa-file-text",
"target": "_self"
}
]
}
]
}