This commit is contained in:
WangXiaoDong
2023-09-12 10:11:27 +08:00
parent 3440f2f868
commit 173f35042d
71 changed files with 4291 additions and 1865 deletions

View File

@@ -139,9 +139,9 @@
</div>
<!-- 邮箱登录 end -->
<div class="login_content_right">
<!-- <div class="login_content_right">
<img src="https://www.aida.com.hk/download/aida_V2_images/image/login-right-image.jpg" alt="">
</div>
</div> -->
</div>
<!-- 忘记密码 start -->
@@ -265,6 +265,7 @@ export default defineComponent({
time: 60, //60秒倒计时
passwordType:'password',
userId:'',
loginTime:true
};
},
methods: {
@@ -399,9 +400,8 @@ export default defineComponent({
};
// this.loginType = 'email'
// this.emailStap = 2;
let loginTime = true
if(loginTime){
loginTime = false
if(this.loginTime){
this.loginTime = false
Https.axiosPost(Https.httpUrls.preLogin, data).then(
(rv: any) => {
// if (rv) {
@@ -418,9 +418,10 @@ export default defineComponent({
}
}
);
setTimeout(() => {
loginTime = true
}, 1000);
this.loginTime = true
}, 2000);
}
}