清理全局角色残留并修复项目权限判断

This commit is contained in:
Cheng Zhou
2026-05-29 10:20:42 +08:00
parent 63457aab11
commit 44d69c2d7b
63 changed files with 739 additions and 443 deletions
-1
View File
@@ -37,7 +37,6 @@ export interface LoginKeyResponse {
expires_at: string;
}
export type UserRole = "PM" | "CRA" | "PV" | "QA" | "CTA" | "ADMIN";
export type UserStatus = "PENDING" | "ACTIVE" | "REJECTED" | "DISABLED";
export interface UserInfo {