feat: 左侧菜单加系统管理父菜单(rbac 子菜单)
This commit is contained in:
parent
3db7b8edce
commit
a8f92a58b6
@ -145,6 +145,18 @@
|
||||
"label": "远程空间",
|
||||
"icon": "",
|
||||
"url": "{{entire_url('/pipeline-sdlc/sd_org_remote')}}"
|
||||
},
|
||||
{
|
||||
"name": "sysmgr",
|
||||
"label": "系统管理",
|
||||
"icon": "",
|
||||
"items": [
|
||||
{"name": "rbac_users", "label": "用户管理", "url": "{{entire_url('/rbac/users')}}"},
|
||||
{"name": "rbac_addadmin", "label": "添加管理员", "url": "{{entire_url('/rbac/add_adminuser.ui')}}"},
|
||||
{"name": "rbac_list_path", "label": "查询路径权限角色", "url": "{{entire_url('/rbac/list_path_roles.ui')}}"},
|
||||
{"name": "rbac_find_unauth", "label": "扫描未授权文件", "url": "{{entire_url('/rbac/find_unauth_files.dspy')}}"},
|
||||
{"name": "rbac_refresh", "label": "刷新权限缓存", "url": "{{entire_url('/rbac/refresh_userperm.dspy')}}"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user