app-data_backup.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. "text": "账号管理",
  36. "i18n": "mxk.menu.accounts",
  37. "link": "/accounts",
  38. "icon": "anticon-idcard",
  39. "children": []
  40. }
  41. ,
  42. {
  43. "text": "应用管理",
  44. "i18n": "mxk.menu.apps",
  45. "link": "/apps",
  46. "icon": "anticon-project",
  47. "children": []
  48. },
  49. {
  50. "text": "访问控制",
  51. "i18n": "mxk.menu.access",
  52. "link": "/access",
  53. "icon": "anticon-safety",
  54. "children": [
  55. {
  56. "text": "会话管理",
  57. "i18n": "mxk.menu.access.sessions",
  58. "link": "/access/sessions",
  59. "icon": "anticon-eye",
  60. "children": []
  61. },
  62. {
  63. "text": "组管理",
  64. "i18n": "mxk.menu.access.groups",
  65. "link": "/access/groups",
  66. "icon": "anticon-contacts",
  67. "children": []
  68. },
  69. {
  70. "text": "组成员管理",
  71. "i18n": "mxk.menu.access.groupmembers",
  72. "link": "/access/groupmembers",
  73. "icon": "anticon-team",
  74. "children": []
  75. },
  76. {
  77. "text": "访问权限管理",
  78. "i18n": "mxk.menu.access.privileges",
  79. "link": "/access/privileges",
  80. "icon": "anticon-check-square",
  81. "children": []
  82. }
  83. ]
  84. },
  85. {
  86. "text": "权限管理",
  87. "i18n": "mxk.menu.permissions",
  88. "link": "/permissions",
  89. "icon": "anticon-radar-chart",
  90. "children": [
  91. {
  92. "text": "角色管理",
  93. "i18n": "mxk.menu.permissions.roles",
  94. "link": "/permissions/roles",
  95. "icon": "anticon-solution",
  96. "children": []
  97. },
  98. {
  99. "text": "角色成员管理",
  100. "i18n": "mxk.menu.permissions.rolemembers",
  101. "link": "/permissions/rolemembers",
  102. "icon": "anticon-usergroup-add",
  103. "children": []
  104. },
  105. {
  106. "text": "资源管理",
  107. "i18n": "mxk.menu.permissions.resources",
  108. "link": "/permissions/resources",
  109. "icon": "anticon-read",
  110. "children": []
  111. },
  112. {
  113. "text": "权限管理",
  114. "i18n": "mxk.menu.permissions.privileges",
  115. "link": "/permissions/privileges",
  116. "icon": "anticon-carry-out",
  117. "children": []
  118. }
  119. ]
  120. },
  121. {
  122. "text": "配置管理",
  123. "i18n": "mxk.menu.config",
  124. "link": "/widgets",
  125. "icon": "anticon-setting",
  126. "children": [
  127. {
  128. "text": "机构管理",
  129. "i18n": "mxk.menu.config.institutions",
  130. "link": "/config/institutions",
  131. "icon": "anticon-appstore",
  132. "children": []
  133. },
  134. {
  135. "text": "账号策略",
  136. "i18n": "mxk.menu.config.accountsstrategys",
  137. "link": "/config/accountsstrategys",
  138. "icon": "anticon-control",
  139. "children": []
  140. },
  141. {
  142. "text": "社交服务",
  143. "i18n": "mxk.menu.config.socialsproviders",
  144. "link": "/config/socialsproviders",
  145. "icon": "anticon-comment",
  146. "children": []
  147. },
  148. {
  149. "text": "同步器管理",
  150. "i18n": "mxk.menu.config.synchronizers",
  151. "link": "/config/synchronizers",
  152. "icon": "anticon-partition",
  153. "children": []
  154. },
  155. {
  156. "text": "适配器注册",
  157. "i18n": "mxk.menu.config.adapters",
  158. "link": "/config/adapters",
  159. "icon": "anticon-wallet",
  160. "children": []
  161. },
  162. {
  163. "text": "通知公告",
  164. "i18n": "mxk.menu.config.notices",
  165. "link": "/config/notices",
  166. "icon": "anticon-notification",
  167. "children": []
  168. },
  169. {
  170. "text": "LDAP配置",
  171. "i18n": "mxk.menu.config.ldapcontext",
  172. "link": "/config/ldapcontext",
  173. "icon": "anticon-database",
  174. "children": []
  175. },
  176. {
  177. "text": "电子邮箱",
  178. "i18n": "mxk.menu.config.emailsenders",
  179. "link": "/config/emailsender",
  180. "icon": "anticon-mail",
  181. "children": []
  182. },
  183. {
  184. "text": "短信服务",
  185. "i18n": "mxk.menu.config.smsproviders",
  186. "link": "/config/smsprovider",
  187. "icon": "anticon-send",
  188. "children": []
  189. },
  190. {
  191. "text": "密码策略",
  192. "i18n": "mxk.menu.config.passwordpolicy",
  193. "link": "/config/passwordpolicy",
  194. "icon": "anticon-file-protect",
  195. "children": []
  196. }
  197. ]
  198. },
  199. {
  200. "text": "日志审计",
  201. "i18n": "mxk.menu.audit",
  202. "link": "/widgets",
  203. "icon": "anticon-history",
  204. "children": [
  205. {
  206. "text": "登录日志",
  207. "i18n": "mxk.menu.audit.logins",
  208. "link": "/audit/audit-logins",
  209. "icon": "anticon-audit",
  210. "children": []
  211. },
  212. {
  213. "text": "应用登录日志",
  214. "i18n": "mxk.menu.audit.loginapps",
  215. "link": "/audit/audit-login-apps",
  216. "icon": "anticon-audit",
  217. "children": []
  218. },
  219. {
  220. "text": "同步器日志",
  221. "i18n": "mxk.menu.audit.synchronizer",
  222. "link": "/audit/audit-synchronizer",
  223. "icon": "anticon-audit",
  224. "children": []
  225. },
  226. {
  227. "text": "连接器日志",
  228. "i18n": "mxk.menu.audit.connector",
  229. "link": "/audit/audit-connector",
  230. "icon": "anticon-audit",
  231. "children": []
  232. },
  233. {
  234. "text": "管理日志",
  235. "i18n": "mxk.menu.audit.operate",
  236. "link": "/audit/audit-system-logs",
  237. "icon": "anticon-audit",
  238. "children": []
  239. }
  240. ]
  241. }
  242. ]
  243. }
  244. ]
  245. }