This commit is contained in:
Taric Xin
2021-12-28 10:51:44 +08:00
parent ec51030da0
commit 9ffc4c6f89
11 changed files with 28 additions and 130 deletions

View File

@ -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);
});
}