fix
This commit is contained in:
@@ -407,7 +407,6 @@ export default defineComponent({
|
||||
ip:"",
|
||||
};
|
||||
// this.loginType = 'email'
|
||||
this.emailStap = 2;
|
||||
if(this.loginTime){
|
||||
this.loginTime = false
|
||||
Https.axiosPost(Https.httpUrls.preLogin, data).then(
|
||||
@@ -415,6 +414,7 @@ export default defineComponent({
|
||||
// if (rv) {
|
||||
// this.loginType = 'email'
|
||||
// }
|
||||
this.emailStap = 2;
|
||||
if (rv) {
|
||||
this.userId = rv.userId
|
||||
this.loginType = 'email'
|
||||
@@ -426,7 +426,6 @@ export default defineComponent({
|
||||
).catch(res=>{
|
||||
this.emailStap = 1;
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
this.loginTime = true
|
||||
}, 2000);
|
||||
|
||||
Reference in New Issue
Block a user