diff --git a/frontend/admin-web/src/types/authorization.types.ts b/frontend/admin-web/src/types/authorization.types.ts index 176eca5c..fc1eff4f 100644 --- a/frontend/admin-web/src/types/authorization.types.ts +++ b/frontend/admin-web/src/types/authorization.types.ts @@ -13,7 +13,7 @@ export type RoleType = /** * 授权状态 */ -export type AuthorizationStatus = 'ACTIVE' | 'REVOKED'; +export type AuthorizationStatus = 'AUTHORIZED' | 'REVOKED'; /** * 授权信息