fixed: 分配权限时选择错误.
This commit is contained in:
@@ -4,8 +4,8 @@ import axios from 'axios';
|
||||
* 登陆请求
|
||||
*/
|
||||
export interface LoginRequest {
|
||||
username: string | undefined;
|
||||
password: string | undefined;
|
||||
username?: string;
|
||||
password?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user