feat: 主菜单添加系统权限管理(角色/权限/角色权限CRUD), 仅owner可见
This commit is contained in:
parent
397dbb67d3
commit
c008056184
@ -355,6 +355,31 @@
|
||||
"url": "{{entire_url('/rbac/users')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
,{
|
||||
"name": "system_permission",
|
||||
"label": "系统权限管理",
|
||||
"icon": "{{entire_url('/imgs/key.svg')}}",
|
||||
"items": [
|
||||
{
|
||||
"name": "role",
|
||||
"label": "角色管理",
|
||||
"url": "{{entire_url('/rbac/role')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{
|
||||
"name": "permission",
|
||||
"label": "权限管理",
|
||||
"url": "{{entire_url('/rbac/permission')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{
|
||||
"name": "rolepermission",
|
||||
"label": "角色权限管理",
|
||||
"url": "{{entire_url('/rbac/rolepermission')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
]
|
||||
}
|
||||
{% endif %}
|
||||
],
|
||||
"menuitem_css": "menuitem"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user