fix: bugs

This commit is contained in:
qier222 2021-06-08 00:09:30 +08:00
parent 22c9691a73
commit c506dea02b
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
18 changed files with 79 additions and 32 deletions

View file

@ -267,7 +267,6 @@ export default {
clearInterval(this.qrCodeCheckInterval);
this.qrCodeInformation = '登录成功,请稍等...';
result.code = 200;
console.log(result);
this.handleLoginResponse(result);
}
});
@ -463,6 +462,7 @@ button.loading {
margin-bottom: 12px;
}
.qr-code-info {
color: var(--color-text);
text-align: center;
margin-bottom: 28px;
}