zhangwei
2025-08-27 f0c7f4845fb40bb75b2c9eb61a790e9b8ea7401a
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: [];