app-data.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "app": {
  3. "name": "MaxKey",
  4. "description": "Maxkey Single Sign On System"
  5. },
  6. "menu": [
  7. {
  8. "text": "主导航",
  9. "i18n": "mxk.menu.main",
  10. "group": false,
  11. "hideInBreadcrumb": true,
  12. "children": [
  13. {
  14. "text": "首页",
  15. "i18n": "mxk.menu.home",
  16. "icon": "anticon-home",
  17. "link": "/dashboard/home",
  18. "children": []
  19. },
  20. {
  21. "text": "组织管理",
  22. "i18n": "mxk.menu.organizations",
  23. "link": "/organizations",
  24. "icon": "anticon-cluster",
  25. "children": []
  26. },
  27. {
  28. "text": "用户管理",
  29. "i18n": "mxk.menu.users",
  30. "link": "/users",
  31. "icon": "anticon-user",
  32. "children": []
  33. }
  34. ,
  35. {
  36. "text": "应用管理",
  37. "i18n": "mxk.menu.apps",
  38. "link": "/apps",
  39. "icon": "anticon-project",
  40. "children": []
  41. },
  42. {
  43. "text": "访问控制",
  44. "i18n": "mxk.menu.access",
  45. "link": "/access",
  46. "icon": "anticon-safety",
  47. "children": [
  48. {
  49. "text": "会话管理",
  50. "i18n": "mxk.menu.sessions",
  51. "link": "/access/sessions",
  52. "icon": "anticon-eye",
  53. "children": []
  54. },
  55. {
  56. "text": "角色管理",
  57. "i18n": "mxk.menu.access.roles",
  58. "link": "/access/roles",
  59. "icon": "anticon-contacts",
  60. "children": []
  61. },
  62. {
  63. "text": "角色成员管理",
  64. "i18n": "mxk.menu.access.rolemembers",
  65. "link": "/access/rolemembers",
  66. "icon": "anticon-team",
  67. "children": []
  68. },
  69. {
  70. "text": "访问控制管理",
  71. "i18n": "mxk.menu.access.permissions",
  72. "link": "/access/permissions",
  73. "icon": "anticon-check-square",
  74. "children": []
  75. }
  76. ]
  77. },
  78. {
  79. "text": "权限管理",
  80. "i18n": "mxk.menu.permissions",
  81. "link": "/permissions",
  82. "icon": "anticon-radar-chart",
  83. "children": [
  84. {
  85. "text": "资源管理",
  86. "i18n": "mxk.menu.permissions.resources",
  87. "link": "/permissions/resources",
  88. "icon": "anticon-read",
  89. "children": []
  90. },
  91. {
  92. "text": "权限管理",
  93. "i18n": "mxk.menu.permissions.privileges",
  94. "link": "/permissions/privileges",
  95. "icon": "anticon-carry-out",
  96. "children": []
  97. }
  98. ]
  99. },
  100. {
  101. "text": "配置管理",
  102. "i18n": "mxk.menu.config",
  103. "link": "/widgets",
  104. "icon": "anticon-setting",
  105. "children": [
  106. {
  107. "text": "机构配置",
  108. "i18n": "mxk.menu.config.institutions",
  109. "link": "/config/institutions",
  110. "icon": "anticon-appstore",
  111. "children": []
  112. },
  113. {
  114. "text": "账号管理",
  115. "i18n": "mxk.menu.accounts",
  116. "link": "/accounts",
  117. "icon": "anticon-idcard",
  118. "children": []
  119. },
  120. {
  121. "text": "社交服务",
  122. "i18n": "mxk.menu.config.socialsproviders",
  123. "link": "/config/socialsproviders",
  124. "icon": "anticon-comment",
  125. "children": []
  126. },
  127. {
  128. "text": "同步器管理",
  129. "i18n": "mxk.menu.config.synchronizers",
  130. "link": "/config/synchronizers",
  131. "icon": "anticon-partition",
  132. "children": []
  133. },
  134. {
  135. "text": "LDAP配置",
  136. "i18n": "mxk.menu.config.ldapcontext",
  137. "link": "/config/ldapcontext",
  138. "icon": "anticon-database",
  139. "children": []
  140. },
  141. {
  142. "text": "电子邮箱",
  143. "i18n": "mxk.menu.config.emailsenders",
  144. "link": "/config/emailsender",
  145. "icon": "anticon-mail",
  146. "children": []
  147. },
  148. {
  149. "text": "短信服务",
  150. "i18n": "mxk.menu.config.smsproviders",
  151. "link": "/config/smsprovider",
  152. "icon": "anticon-send",
  153. "children": []
  154. },
  155. {
  156. "text": "密码策略",
  157. "i18n": "mxk.menu.config.passwordpolicy",
  158. "link": "/config/passwordpolicy",
  159. "icon": "anticon-file-protect",
  160. "children": []
  161. }
  162. ]
  163. },
  164. {
  165. "text": "日志审计",
  166. "i18n": "mxk.menu.audit",
  167. "link": "/widgets",
  168. "icon": "anticon-history",
  169. "children": [
  170. {
  171. "text": "登录日志",
  172. "i18n": "mxk.menu.audit.logins",
  173. "link": "/audit/audit-logins",
  174. "icon": "anticon-audit",
  175. "children": []
  176. },
  177. {
  178. "text": "应用登录日志",
  179. "i18n": "mxk.menu.audit.loginapps",
  180. "link": "/audit/audit-login-apps",
  181. "icon": "anticon-audit",
  182. "children": []
  183. },
  184. {
  185. "text": "同步器日志",
  186. "i18n": "mxk.menu.audit.synchronizer",
  187. "link": "/audit/audit-synchronizer",
  188. "icon": "anticon-audit",
  189. "children": []
  190. },
  191. {
  192. "text": "管理日志",
  193. "i18n": "mxk.menu.audit.operate",
  194. "link": "/audit/audit-system-logs",
  195. "icon": "anticon-audit",
  196. "children": []
  197. }
  198. ]
  199. }
  200. ]
  201. }
  202. ]
  203. }