From c00805618446ca711febad15b601a8bd2005a5d3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 5 Jun 2026 11:45:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=B3=BB=E7=BB=9F=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?(=E8=A7=92=E8=89=B2/=E6=9D=83=E9=99=90/=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=9D=83=E9=99=90CRUD),=20=E4=BB=85owner=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index 3cb95f6..e5e8725 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -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"