From a8f92a58b652c35d2ecbb4b9373c1f4547672117 Mon Sep 17 00:00:00 2001 From: p
Date: Fri, 14 Aug 2026 14:58:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=8A=A0=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=E7=88=B6=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=EF=BC=88rbac=20=E5=AD=90=E8=8F=9C=E5=8D=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 07ae4ea..bae5216 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -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')}}"} + ] } ] }