兰宝车间质量管理系统-前端
三个三
2023-06-20 3b4ac3e525bdc51cf5176d3d52cd01d0a9c67d7d
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;
}
/**