兰宝车间质量管理系统-前端
thiszhc
2023-07-01 6e3aec7c50c1dadcbbafbd5f04880f5395480f67
src/api/types.ts
@@ -21,13 +21,15 @@
  rememberMe?: boolean;
  code?: string;
  uuid?: string;
  clientId: string;
  grantType: string;
}
/**
 * 登录响应
 */
export interface LoginResult {
  token: string;
  access_token: string;
}
/**