navigation.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "style": "tv",
  3. "groups": [
  4. {
  5. "name": "系统导航",
  6. "sort": 1,
  7. "icon": "",
  8. "description": "企业管理系统",
  9. "links": [
  10. {
  11. "name": "视频行为分析平台",
  12. "url": "222.243.138.146:9001",
  13. "sort": 1,
  14. "icon": "",
  15. "background": "",
  16. "description": "人脸识别、安全帽识别、抽烟识别、烟火检测",
  17. "autoLogin": true,
  18. "autoLoginEndpoint": "/api/auto-login/video-analysis"
  19. },
  20. {
  21. "name": "智能自动化平台",
  22. "url": "222.243.138.146:8123",
  23. "sort": 2,
  24. "icon": "",
  25. "background": "",
  26. "description": "智能自动化平台"
  27. },
  28. {
  29. "name": "OA系统",
  30. "url": "api.hnyunzhu.com:2443/ynet/",
  31. "sort": 3,
  32. "icon": "",
  33. "background": "",
  34. "description": "企业OA办公系统"
  35. },
  36. {
  37. "name": "实验室系统",
  38. "url": "https://lab.example.com",
  39. "sort": 10,
  40. "icon": "",
  41. "background": "https://images.unsplash.com/photo-1532619675605-1d6c53d25d81?w=800&h=600&fit=crop",
  42. "description": "实验室设备与实验管理"
  43. },
  44. {
  45. "name": "人力资源管理系统",
  46. "url": "https://hr.example.com",
  47. "sort": 11,
  48. "icon": "",
  49. "background": "https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=800&h=600&fit=crop",
  50. "description": "员工信息、招聘、绩效管理"
  51. },
  52. {
  53. "name": "工资发放系统",
  54. "url": "https://salary.example.com",
  55. "sort": 12,
  56. "icon": "",
  57. "background": "https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800&h=600&fit=crop",
  58. "description": "薪资计算与发放管理"
  59. },
  60. {
  61. "name": "公司培训系统",
  62. "url": "https://training.example.com",
  63. "sort": 13,
  64. "icon": "",
  65. "background": "https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&h=600&fit=crop",
  66. "description": "员工培训课程与学习管理"
  67. },
  68. {
  69. "name": "园区管理平台",
  70. "url": "https://park.example.com",
  71. "sort": 14,
  72. "icon": "",
  73. "background": "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&h=600&fit=crop",
  74. "description": "智能安防警戒与园区管理"
  75. },
  76. {
  77. "name": "供应链系统",
  78. "url": "https://supplychain.example.com",
  79. "sort": 15,
  80. "icon": "",
  81. "background": "https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=800&h=600&fit=crop",
  82. "description": "供应链管理与物流跟踪"
  83. }
  84. ]
  85. }
  86. ]
  87. }