feat: ✨ 添加自定义权限指令,工作台模块添加权限控制
This commit is contained in:
@@ -153,10 +153,10 @@ export interface UserInfo {
|
||||
avatar?: string;
|
||||
|
||||
/** 角色 */
|
||||
roles: string[];
|
||||
roles?: string[];
|
||||
|
||||
/** 权限 */
|
||||
perms: string[];
|
||||
perms?: string[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user