commit 8.5
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user