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