/** * 权限模式 */ export enum PermissionModeEnum { // role ROLE = 'ROLE', // back BACK = 'BACK', // route mapping ROUTE_MAPPING = 'ROUTE_MAPPING', }