fix: 🐛 修改扫码登录等待时间
parent
d36c2bdc3d
commit
68ba97e590
|
@ -374,7 +374,7 @@ export default {
|
||||||
this.qrCodeTimer = setInterval(() => {
|
this.qrCodeTimer = setInterval(() => {
|
||||||
|
|
||||||
this.qrCodeStatus = 'fail' // 如果过期将二维码转为失效状态
|
this.qrCodeStatus = 'fail' // 如果过期将二维码转为失效状态
|
||||||
}, 21 * 1000);
|
}, 10 * 1000);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue