@@ -330,7 +330,10 @@ export default {
})
.catch((err) => {
this.isLogin = false;
- this.getVerificationCodeimg()
+ setTimeout(()=>{
+ this.getVerificationCodeimg()
+ },1000)
+
});
},
// 回车登录