app-data.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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.applist",
  16. "icon": "anticon-home",
  17. "link": "/dashboard/home",
  18. "open":false,
  19. "acl": "ROLE_USER",
  20. "children": []
  21. },
  22. {
  23. "text": "会话",
  24. "i18n": "mxk.menu.sessions",
  25. "link": "/access/sessions",
  26. "icon": "anticon-cluster",
  27. "open":false,
  28. "acl": "ROLE_USER",
  29. "children": []
  30. },
  31. {
  32. "text": "设置",
  33. "i18n": "mxk.menu.config",
  34. "link": "/config/setting",
  35. "icon": "anticon-setting",
  36. "open":false,
  37. "acl": "ROLE_USER",
  38. "children": [
  39. {
  40. "text": "我的资料",
  41. "i18n": "mxk.menu.config.profile",
  42. "link": "/config/profile",
  43. "icon": "anticon-appstore",
  44. "acl": "ROLE_USER",
  45. "children": []
  46. },
  47. {
  48. "text": "密码修改",
  49. "i18n": "mxk.menu.config.password",
  50. "link": "/config/password",
  51. "icon": "anticon-control",
  52. "acl": "ROLE_USER",
  53. "children": []
  54. },
  55. {
  56. "text": "社交关联",
  57. "i18n": "mxk.menu.config.socialsassociate",
  58. "link": "/config/socialsassociate",
  59. "icon": "anticon-comment",
  60. "acl": "ROLE_USER",
  61. "children": []
  62. },
  63. {
  64. "text": "时间令牌",
  65. "i18n": "mxk.menu.config.timebased",
  66. "link": "/config/timebased",
  67. "icon": "anticon-send",
  68. "acl": "ROLE_USER",
  69. "children": []
  70. }
  71. ]
  72. },
  73. {
  74. "text": "审计",
  75. "i18n": "mxk.menu.audit",
  76. "link": "/audit/audit-logins",
  77. "icon": "anticon-history",
  78. "open":true,
  79. "acl": "ROLE_USER",
  80. "children": [
  81. {
  82. "text": "登录日志",
  83. "i18n": "mxk.menu.audit.logins",
  84. "link": "/audit/audit-logins",
  85. "icon": "anticon-audit",
  86. "acl": "ROLE_USER",
  87. "children": []
  88. },
  89. {
  90. "text": "应用登录日志",
  91. "i18n": "mxk.menu.audit.loginapps",
  92. "link": "/audit/audit-login-apps",
  93. "icon": "anticon-audit",
  94. "acl": "ROLE_USER",
  95. "children": []
  96. }
  97. ]
  98. }
  99. ,
  100. {
  101. "text": "后台",
  102. "i18n": "mxk.menu.mgt",
  103. "link": "/authz/mgt",
  104. "externalLink": "/authz/mgt",
  105. "icon": "anticon-cluster",
  106. "acl": "ROLE_ADMINISTRATORS",
  107. "open":false,
  108. "children": []
  109. }
  110. ]
  111. }
  112. ]
  113. }