applications.json 814 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ]