commit 8.5

This commit is contained in:
WangXiaoDong
2023-08-05 12:52:56 +08:00
parent 913b100ac9
commit b28d6585fa
21 changed files with 2020 additions and 772 deletions

View File

@@ -399,8 +399,10 @@ export default defineComponent({
};
// this.loginType = 'email'
// this.emailStap = 2;
Https.axiosPost(Https.httpUrls.preLogin, data).then(
let loginTime = true
if(loginTime){
loginTime = false
Https.axiosPost(Https.httpUrls.preLogin, data).then(
(rv: any) => {
// if (rv) {
// this.loginType = 'email'
@@ -415,7 +417,12 @@ export default defineComponent({
this.createTimer();
}
}
);
);
setTimeout(() => {
loginTime = true
}, 1000);
}
}
},