applications.json 948 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [
  2. {
  3. "name": "Setting",
  4. "path": "Setting",
  5. "title": "系统设置",
  6. "iconPath": "appicon.png",
  7. "allowList": ["xadmin", "Manager"]
  8. },
  9. {
  10. "name": "AppMarketV2",
  11. "path": "AppMarketV2",
  12. "title": "应用市场",
  13. "iconPath": "appicon.png",
  14. "allowList": ["xadmin", "Manager"]
  15. },
  16. {
  17. "name": "ANN",
  18. "path": "ANN",
  19. "title": "神经网络模型",
  20. "iconPath": "appicon.png",
  21. "allowList": ["xadmin", "Manager"]
  22. },
  23. {
  24. "name": "Org",
  25. "path": "Org",
  26. "title": "组织管理",
  27. "iconPath": "appicon.png"
  28. },
  29. {
  30. "name": "Profile",
  31. "path": "Profile",
  32. "title": "个人设置",
  33. "iconPath": "appicon.png"
  34. },
  35. {
  36. "name": "BAM",
  37. "path": "BAM",
  38. "title": "流程监控",
  39. "iconPath": "appicon.png"
  40. },
  41. {
  42. "name": "LogViewer",
  43. "title": "日志",
  44. "path": "LogViewer",
  45. "iconPath": "appicon.png",
  46. "allowList": ["xadmin", "Manager"]
  47. }
  48. ]