123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "app": {
- "name": "MaxKey",
- "description": "Maxkey Single Sign On System"
- },
- "menu": [
- {
- "text": "主导航",
- "i18n": "mxk.menu.main",
- "group": false,
- "hideInBreadcrumb": true,
- "children": [
- {
- "text": "应用",
- "i18n": "mxk.menu.applist",
- "icon": "anticon-home",
- "link": "/dashboard/home",
- "open":false,
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "会话",
- "i18n": "mxk.menu.sessions",
- "link": "/access/sessions",
- "icon": "anticon-cluster",
- "open":false,
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "设置",
- "i18n": "mxk.menu.config",
- "link": "/config/setting",
- "icon": "anticon-setting",
- "open":false,
- "acl": "ROLE_USER",
- "children": [
- {
- "text": "我的资料",
- "i18n": "mxk.menu.config.profile",
- "link": "/config/profile",
- "icon": "anticon-appstore",
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "密码修改",
- "i18n": "mxk.menu.config.password",
- "link": "/config/password",
- "icon": "anticon-control",
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "社交关联",
- "i18n": "mxk.menu.config.socialsassociate",
- "link": "/config/socialsassociate",
- "icon": "anticon-comment",
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "时间令牌",
- "i18n": "mxk.menu.config.timebased",
- "link": "/config/timebased",
- "icon": "anticon-send",
- "acl": "ROLE_USER",
- "children": []
- }
- ]
- },
- {
- "text": "审计",
- "i18n": "mxk.menu.audit",
- "link": "/audit/audit-logins",
- "icon": "anticon-history",
- "open":true,
- "acl": "ROLE_USER",
- "children": [
- {
- "text": "登录日志",
- "i18n": "mxk.menu.audit.logins",
- "link": "/audit/audit-logins",
- "icon": "anticon-audit",
- "acl": "ROLE_USER",
- "children": []
- },
- {
- "text": "应用登录日志",
- "i18n": "mxk.menu.audit.loginapps",
- "link": "/audit/audit-login-apps",
- "icon": "anticon-audit",
- "acl": "ROLE_USER",
- "children": []
- }
- ]
- }
- ,
- {
- "text": "后台",
- "i18n": "mxk.menu.mgt",
- "link": "/authz/mgt",
- "externalLink": "/authz/mgt",
- "icon": "anticon-cluster",
- "acl": "ROLE_ADMINISTRATORS",
- "open":false,
- "children": []
- }
- ]
- }
- ]
- }
|