123456789101112131415161718192021222324252627282930 |
- {
- "menuItems": [
- {
- "key": "1",
- "icon": "AppleOutlined",
- "title": "主页",
- "path": "/"
- },
- {
- "key": "2",
- "icon": "AppleOutlined",
- "title": "节点管理",
- "path": "",
- "children": [
- {
- "key": "2",
- "icon": "AppleOutlined",
- "title": "节点",
- "path": "/node"
- },
- {
- "key": "3",
- "icon": "AppleOutlined",
- "title": "其他",
- "path": "/node/oth"
- }
- ]
- }
- ]
- }
|