123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "menuItems": [
- {
- "key": "1",
- "icon": "AppleOutlined",
- "title": "主页",
- "path": "/home"
- },
- {
- "key": "2",
- "icon": "AppleOutlined",
- "title": "系统日志",
- "path": "/syslog"
- },
- {
- "key": "2",
- "icon": "AppleOutlined",
- "title": "节点管理",
- "path": "/nodeMage",
- "children": [
- {
- "key": "2.1",
- "icon": "AppleOutlined",
- "title": "节点",
- "path": "/node"
- },
- {
- "key": "2.2",
- "icon": "AppleOutlined",
- "title": "PING配置",
- "path": "/pingconfig"
- },
- {
- "key": "2.3",
- "icon": "AppleOutlined",
- "title": "定时管理",
- "path": "/task"
- },
- {
- "key": "2.4",
- "icon": "AppleOutlined",
- "title": "服务器配置",
- "path": "/nodeconfig"
- }
- ]
- }
- ]
- }
|