applications.json 992 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [
  2. {
  3. "name": "Setting",
  4. "path": "Setting",
  5. "title": "系统设置",
  6. "iconPath": "appicon.png",
  7. "allowList": ["xadmin", "Manager"]
  8. },
  9. {
  10. "name": "AppMarket",
  11. "path": "AppMarket",
  12. "title": "应用市场",
  13. "iconPath": "appicon.png",
  14. "allowList": ["xadmin", "Manager"]
  15. },
  16. // {
  17. // "name": "Deployment",
  18. // "path": "Deployment",
  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. "denyList": []
  48. }
  49. ]