feat: 添加系统级管理专属页面权限

This commit is contained in:
2025-02-26 22:56:56 +08:00
parent 47c00b1227
commit fef47ca7d9
5 changed files with 46 additions and 8 deletions

2
types/system.d.ts vendored
View File

@@ -118,6 +118,8 @@ export type PermissionInfo = {
show_link: boolean;
/** 是否显示父菜单 */
show_parent: boolean;
/**是否为管理员专属页面 */
is_admin: boolean;
};
/**角色信息类型 */