mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
fix: 🐛 修改扫码登录等待时间
This commit is contained in:
@@ -374,7 +374,7 @@ export default {
|
||||
this.qrCodeTimer = setInterval(() => {
|
||||
|
||||
this.qrCodeStatus = 'fail' // 如果过期将二维码转为失效状态
|
||||
}, 21 * 1000);
|
||||
}, 10 * 1000);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user