components.json 4.0 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. // {
  85. // "name": "AppCenter",
  86. // "path": "AppCenter",
  87. // "title": "应用导出",
  88. // "iconPath": "appicon.png"
  89. // },
  90. // {
  91. // "name": "TaskCenter",
  92. // "path": "process.TaskCenter",
  93. // "title": "办公中心",
  94. // "iconPath": "appicon.png",
  95. // "widgetName": "TaskWidget",
  96. // "widgetTitle": "待办列表",
  97. // "widgetIconPath": "widgeticon.png"
  98. // },
  99. // {
  100. // "name": "cms",
  101. // "path": "cms.Index",
  102. // "title": "信息平台",
  103. // "iconPath": "appicon.png"
  104. // },
  105. //
  106. // {
  107. // "name": "File",
  108. // "path": "File",
  109. // "title": "云文件",
  110. // "iconPath": "appicon.png",
  111. // "visible": true
  112. // },
  113. //
  114. // {
  115. // "name": "Note",
  116. // "path": "Note",
  117. // "title": "便签",
  118. // "iconPath": "appicon.png",
  119. // "visible": true
  120. // },
  121. // {
  122. // "name": "Meeting",
  123. // "path": "Meeting",
  124. // "title": "会议管理",
  125. // "iconPath": "appicon.png",
  126. // "visible": true
  127. // },
  128. // {
  129. // "name": "Attendance",
  130. // "path": "Attendance",
  131. // "title": "考勤管理",
  132. // "iconPath": "appicon.png",
  133. // "visible": true
  134. // },
  135. // {
  136. // "name": "Forum",
  137. // "path": "Forum",
  138. // "title": "论坛",
  139. // "iconPath": "appicon.png",
  140. // "visible": true
  141. // },
  142. // {
  143. // "name": "HotArticle",
  144. // "path": "HotArticle",
  145. // "title": "热点",
  146. // "iconPath": "appicon.png",
  147. // "visible": true
  148. // },
  149. // {
  150. // "name": "CRM",
  151. // "path": "CRM",
  152. // "title": "CRM",
  153. // "iconPath": "appicon.png",
  154. // "visible": true
  155. // },
  156. // {
  157. // "name": "ExeManager",
  158. // "path": "ExeManager",
  159. // "title": "执行力管理",
  160. // "iconPath": "appicon.png",
  161. // "visible": true
  162. // },
  163. // {
  164. // "name": "OnlineMeeting",
  165. // "path": "OnlineMeeting",
  166. // "title": "网络会议",
  167. // "iconPath": "appicon.png",
  168. // "visible": true
  169. // },
  170. // {
  171. // "name": "Minder",
  172. // "path": "Minder",
  173. // "title": "脑图编辑器",
  174. // "iconPath": "appicon.png",
  175. // "visible": true
  176. // },
  177. // {
  178. // "name": "Calendar",
  179. // "path": "Calendar",
  180. // "title": "日程安排",
  181. // "iconPath": "appicon.png",
  182. // "visible": true
  183. // }
  184. ]