mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: bugs
This commit is contained in:
parent
22c9691a73
commit
c506dea02b
18 changed files with 79 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue