feat:等保
feat:等保-对/role/auth 接口可以支持权限配置全部和4个菜单,按钮,字段,表单 开分。 feat:用户权限-支持手动登出角色.
This commit is contained in:
@ -46,6 +46,7 @@ export interface RoleUserModel {
|
||||
|
||||
export interface RoleSetAuthParams {
|
||||
id: string;
|
||||
type: number;
|
||||
menuIds: string[]; //菜单ids
|
||||
buttonIds: string[]; //按钮ids
|
||||
columnIds: string[];
|
||||
|
||||
Reference in New Issue
Block a user