123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "app": {
- "name": "MaxKey",
- "description": "Maxkey Single Sign On System"
- },
- "menu": [
- {
- "text": "主导航",
- "i18n": "mxk.menu.main",
- "group": false,
- "hideInBreadcrumb": true,
- "children": [
- {
- "text": "首页",
- "i18n": "mxk.menu.home",
- "icon": "anticon-home",
- "link": "/dashboard/home",
- "children": []
- },
- {
- "text": "组织管理",
- "i18n": "mxk.menu.organizations",
- "link": "/organizations",
- "icon": "anticon-cluster",
- "children": []
- },
- {
- "text": "用户管理",
- "i18n": "mxk.menu.users",
- "link": "/users",
- "icon": "anticon-user",
- "children": []
- }
- ,
- {
- "text": "应用管理",
- "i18n": "mxk.menu.apps",
- "link": "/apps",
- "icon": "anticon-project",
- "children": []
- },
- {
- "text": "访问控制",
- "i18n": "mxk.menu.access",
- "link": "/access",
- "icon": "anticon-safety",
- "children": [
- {
- "text": "会话管理",
- "i18n": "mxk.menu.sessions",
- "link": "/access/sessions",
- "icon": "anticon-eye",
- "children": []
- },
- {
- "text": "角色管理",
- "i18n": "mxk.menu.access.roles",
- "link": "/access/roles",
- "icon": "anticon-contacts",
- "children": []
- },
- {
- "text": "角色成员管理",
- "i18n": "mxk.menu.access.rolemembers",
- "link": "/access/rolemembers",
- "icon": "anticon-team",
- "children": []
- },
- {
- "text": "访问控制管理",
- "i18n": "mxk.menu.access.permissions",
- "link": "/access/permissions",
- "icon": "anticon-check-square",
- "children": []
- }
- ]
- },
- {
- "text": "权限管理",
- "i18n": "mxk.menu.permissions",
- "link": "/permissions",
- "icon": "anticon-radar-chart",
- "children": [
- {
- "text": "资源管理",
- "i18n": "mxk.menu.permissions.resources",
- "link": "/permissions/resources",
- "icon": "anticon-read",
- "children": []
- },
- {
- "text": "权限管理",
- "i18n": "mxk.menu.permissions.privileges",
- "link": "/permissions/privileges",
- "icon": "anticon-carry-out",
- "children": []
- }
- ]
- },
- {
- "text": "配置管理",
- "i18n": "mxk.menu.config",
- "link": "/widgets",
- "icon": "anticon-setting",
- "children": [
- {
- "text": "机构配置",
- "i18n": "mxk.menu.config.institutions",
- "link": "/config/institutions",
- "icon": "anticon-appstore",
- "children": []
- },
- {
- "text": "账号管理",
- "i18n": "mxk.menu.accounts",
- "link": "/accounts",
- "icon": "anticon-idcard",
- "children": []
- },
- {
- "text": "社交服务",
- "i18n": "mxk.menu.config.socialsproviders",
- "link": "/config/socialsproviders",
- "icon": "anticon-comment",
- "children": []
- },
- {
- "text": "同步器管理",
- "i18n": "mxk.menu.config.synchronizers",
- "link": "/config/synchronizers",
- "icon": "anticon-partition",
- "children": []
- },
- {
- "text": "LDAP配置",
- "i18n": "mxk.menu.config.ldapcontext",
- "link": "/config/ldapcontext",
- "icon": "anticon-database",
- "children": []
- },
- {
- "text": "电子邮箱",
- "i18n": "mxk.menu.config.emailsenders",
- "link": "/config/emailsender",
- "icon": "anticon-mail",
- "children": []
- },
- {
- "text": "短信服务",
- "i18n": "mxk.menu.config.smsproviders",
- "link": "/config/smsprovider",
- "icon": "anticon-send",
- "children": []
- },
- {
- "text": "密码策略",
- "i18n": "mxk.menu.config.passwordpolicy",
- "link": "/config/passwordpolicy",
- "icon": "anticon-file-protect",
- "children": []
- }
- ]
- },
- {
- "text": "日志审计",
- "i18n": "mxk.menu.audit",
- "link": "/widgets",
- "icon": "anticon-history",
- "children": [
- {
- "text": "登录日志",
- "i18n": "mxk.menu.audit.logins",
- "link": "/audit/audit-logins",
- "icon": "anticon-audit",
- "children": []
- },
- {
- "text": "应用登录日志",
- "i18n": "mxk.menu.audit.loginapps",
- "link": "/audit/audit-login-apps",
- "icon": "anticon-audit",
- "children": []
- },
- {
- "text": "同步器日志",
- "i18n": "mxk.menu.audit.synchronizer",
- "link": "/audit/audit-synchronizer",
- "icon": "anticon-audit",
- "children": []
- },
- {
- "text": "管理日志",
- "i18n": "mxk.menu.audit.operate",
- "link": "/audit/audit-system-logs",
- "icon": "anticon-audit",
- "children": []
- }
- ]
- }
- ]
- }
- ]
- }
|