zhangwei
2025-08-22 83af3dd309889489f541fc8e21894c9f79e5788c
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: [];