feat: 添加系统级管理专属页面权限
This commit is contained in:
2
types/system.d.ts
vendored
2
types/system.d.ts
vendored
@@ -118,6 +118,8 @@ export type PermissionInfo = {
|
||||
show_link: boolean;
|
||||
/** 是否显示父菜单 */
|
||||
show_parent: boolean;
|
||||
/**是否为管理员专属页面 */
|
||||
is_admin: boolean;
|
||||
};
|
||||
|
||||
/**角色信息类型 */
|
||||
|
||||
Reference in New Issue
Block a user