menu.json 968 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "menuItems": [
  3. {
  4. "key": "1",
  5. "icon": "AppleOutlined",
  6. "title": "主页",
  7. "path": "/home"
  8. },
  9. {
  10. "key": "2",
  11. "icon": "AppleOutlined",
  12. "title": "系统日志",
  13. "path": "/syslog"
  14. },
  15. {
  16. "key": "2",
  17. "icon": "AppleOutlined",
  18. "title": "节点管理",
  19. "path": "/nodeMage",
  20. "children": [
  21. {
  22. "key": "2.1",
  23. "icon": "AppleOutlined",
  24. "title": "节点",
  25. "path": "/node"
  26. },
  27. {
  28. "key": "2.2",
  29. "icon": "AppleOutlined",
  30. "title": "PING配置",
  31. "path": "/pingconfig"
  32. },
  33. {
  34. "key": "2.3",
  35. "icon": "AppleOutlined",
  36. "title": "定时管理",
  37. "path": "/task"
  38. },
  39. {
  40. "key": "2.4",
  41. "icon": "AppleOutlined",
  42. "title": "服务器配置",
  43. "path": "/nodeconfig"
  44. }
  45. ]
  46. }
  47. ]
  48. }