menu.json 960 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [
  2. {
  3. "path": "/system",
  4. "name": "系统管理",
  5. "key": "system",
  6. "icon": "setting"
  7. },
  8. {
  9. "path": "/GasStation",
  10. "name": "快速建站配置",
  11. "key": "SiteConfig",
  12. "icon": "windows",
  13. "children": [
  14. {
  15. "path": "/GasStaion",
  16. "name": "加油站开通",
  17. "key": "SiteConfig.Cloud"
  18. },
  19. {
  20. "path": "/Fcc",
  21. "name": "FCC油机配置",
  22. "key": "SiteConfig.Fcc"
  23. }
  24. ]
  25. },
  26. {
  27. "path": "/dashboard",
  28. "name": "Dashboard",
  29. "key": "dashboard",
  30. "icon": "dashboard",
  31. "children": [
  32. {
  33. "path": "/",
  34. "name": "Analysis Page",
  35. "key": "dashboard.analysis"
  36. },
  37. {
  38. "path": "/dashboard/monitor",
  39. "name": "Monitoring Page",
  40. "key": "dashboard.monitor"
  41. },
  42. {
  43. "path": "/dashboard/workplace",
  44. "name": "Workbench",
  45. "key": "dashboard.workplace"
  46. }
  47. ]
  48. }
  49. ]