修改数据类型.
This commit is contained in:
@@ -4,8 +4,8 @@ import axios from 'axios';
|
||||
* 登陆请求
|
||||
*/
|
||||
export interface LoginRequest {
|
||||
username: string;
|
||||
password: string;
|
||||
username: string | undefined;
|
||||
password: string | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user