fix: 🐛 修改扫码登录等待时间

master
学习很差啦 2022-09-23 15:24:31 +08:00
parent d36c2bdc3d
commit 68ba97e590
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ export default {
this.qrCodeTimer = setInterval(() => {
this.qrCodeStatus = 'fail' //
}, 21 * 1000);
}, 10 * 1000);
}
},