edit
This commit is contained in:
@ -56,7 +56,6 @@ export class EAAccountService extends BaseService {
|
||||
*/
|
||||
loginByAccount(username: string, password: string): void {
|
||||
this.asyncRequest(this.$api_login_by_account, { username, password, type: 0 }, 'POST', true, 'FORM').then((res) => {
|
||||
console.log(res);
|
||||
this.doAfterLogin(res);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user