add rbac module

This commit is contained in:
2025-07-01 10:38:38 +08:00
parent 6951ea1373
commit 16a08bf280
12 changed files with 371 additions and 260 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const createRbacApi = () => {
app: [{ name: '角色查询', description: '查询角色信息' }],
manager: [
{ name: '角色管理', description: '管理角色信息' },
{ name: '权限信息', description: '查询权限信息' },
{ name: '权限管理', description: '管理权限信息' },
],
};
return { routes, tags };