兰宝车间质量管理系统-前端
Michelle.Chung
2023-06-16 0f54604435521d08c803e0ef30b363c97f230724
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;
}
/**