components.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. [
  2. {
  3. "name": "ControlPanel",
  4. "path": "ControlPanel",
  5. "title": "控制面板",
  6. "iconPath": "appicon.png"
  7. },
  8. {
  9. "name": "Setting",
  10. "path": "Setting",
  11. "title": "系统设置",
  12. "iconPath": "appicon.png",
  13. "allowList": ["xadmin", "Manager"]
  14. },
  15. {
  16. "name": "AppMarket",
  17. "path": "AppMarket",
  18. "title": "应用市场",
  19. "iconPath": "appicon.png",
  20. "allowList": ["xadmin", "Manager"]
  21. },
  22. {
  23. "name": "Deployment",
  24. "path": "Deployment",
  25. "title": "部署管理",
  26. "iconPath": "appicon.png",
  27. "allowList": ["xadmin", "Manager"]
  28. },
  29. {
  30. "name": "Org",
  31. "path": "Org",
  32. "title": "组织管理",
  33. "iconPath": "appicon.png"
  34. },
  35. {
  36. "name": "Profile",
  37. "path": "Profile",
  38. "title": "个人设置",
  39. "iconPath": "appicon.png"
  40. },
  41. {
  42. "name": "BAM",
  43. "path": "BAM",
  44. "title": "流程监控",
  45. "iconPath": "appicon.png"
  46. },
  47. {
  48. "name": "DesignCenter",
  49. "path": "DesignCenter",
  50. "title": "设计中心",
  51. "iconPath": "appicon.png"
  52. },
  53. {
  54. "name": "ApplicationExplorer",
  55. "path": "process.ApplicationExplorer",
  56. "title": "流程管理平台",
  57. "iconPath": "appicon.png"
  58. },
  59. {
  60. "name": "PortalExplorer",
  61. "path": "portal.PortalExplorer",
  62. "title": "门户管理平台",
  63. "iconPath": "appicon.png"
  64. },
  65. {
  66. "name": "cmsManager",
  67. "path": "cms.Column",
  68. "title": "内容管理平台",
  69. "iconPath": "appicon.png"
  70. },
  71. {
  72. "name": "DataExplorer",
  73. "path": "query.QueryExplorer",
  74. "title": "数据中心平台",
  75. "iconPath": "appicon.png"
  76. },
  77. {
  78. "name": "service.ServiceManager",
  79. "path": "service.ServiceManager",
  80. "title": "服务管理",
  81. "iconPath": "appicon.png"
  82. },
  83. {
  84. "name": "AppCenter",
  85. "path": "AppCenter",
  86. "title": "应用导出",
  87. "iconPath": "appicon.png"
  88. },
  89. {
  90. "name": "TaskCenter",
  91. "path": "process.TaskCenter",
  92. "title": "办公中心",
  93. "iconPath": "appicon.png",
  94. "widgetName": "TaskWidget",
  95. "widgetTitle": "待办列表",
  96. "widgetIconPath": "widgeticon.png"
  97. },
  98. {
  99. "name": "cms",
  100. "path": "cms.Index",
  101. "title": "信息平台",
  102. "iconPath": "appicon.png"
  103. },
  104. {
  105. "name": "File",
  106. "path": "File",
  107. "title": "云文件",
  108. "iconPath": "appicon.png",
  109. "visible": true
  110. },
  111. {
  112. "name": "Note",
  113. "path": "Note",
  114. "title": "便签",
  115. "iconPath": "appicon.png",
  116. "visible": true
  117. },
  118. {
  119. "name": "Meeting",
  120. "path": "Meeting",
  121. "title": "会议管理",
  122. "iconPath": "appicon.png",
  123. "visible": true
  124. },
  125. {
  126. "name": "Attendance",
  127. "path": "Attendance",
  128. "title": "考勤管理",
  129. "iconPath": "appicon.png",
  130. "visible": true
  131. },
  132. {
  133. "name": "Forum",
  134. "path": "Forum",
  135. "title": "论坛",
  136. "iconPath": "appicon.png",
  137. "visible": true
  138. },
  139. {
  140. "name": "HotArticle",
  141. "path": "HotArticle",
  142. "title": "热点",
  143. "iconPath": "appicon.png",
  144. "visible": true
  145. },
  146. // {
  147. // "name": "CRM",
  148. // "path": "CRM",
  149. // "title": "CRM",
  150. // "iconPath": "appicon.png",
  151. // "visible": true
  152. // },
  153. {
  154. "name": "ExeManager",
  155. "path": "ExeManager",
  156. "title": "执行力管理",
  157. "iconPath": "appicon.png",
  158. "visible": true
  159. },
  160. {
  161. "name": "OnlineMeeting",
  162. "path": "OnlineMeeting",
  163. "title": "网络会议",
  164. "iconPath": "appicon.png",
  165. "visible": true
  166. },
  167. {
  168. "name": "Minder",
  169. "path": "Minder",
  170. "title": "脑图编辑器",
  171. "iconPath": "appicon.png",
  172. "visible": true
  173. },
  174. {
  175. "name": "Calendar",
  176. "path": "Calendar",
  177. "title": "日程安排",
  178. "iconPath": "appicon.png",
  179. "visible": true
  180. }
  181. ]