feat:等保

feat:等保-对/role/auth 接口可以支持权限配置全部和4个菜单,按钮,字段,表单 开分。
feat:用户权限-支持手动登出角色.
This commit is contained in:
lvjunzhao
2025-02-08 09:21:26 +08:00
parent 4969728bfa
commit df76bceab2
5 changed files with 271 additions and 42 deletions

View File

@ -46,6 +46,7 @@ export interface RoleUserModel {
export interface RoleSetAuthParams {
id: string;
type: number;
menuIds: string[]; //菜单ids
buttonIds: string[]; //按钮ids
columnIds: string[];