zhangwei
2025-08-20 115769e9ad3ddc64e21ad7285450c4c563c745ed
src/api/types.ts
@@ -85,6 +85,7 @@
  refreshToken: string | null;
  exRoles: any | null; // exRoles为null,具体类型可根据实际业务场景细化
  code: string;
  isManager: boolean;
  customerExs: CustomerEx[];
  expires: string;
  roles: [];