Explorar o código

feat: NC-45: 结算后台登陆增加邮箱验证码.

zhangl hai 1 ano
pai
achega
c8a6797d7b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backendEle/src/views/login/index.vue

+ 1 - 0
backendEle/src/views/login/index.vue

@@ -158,6 +158,7 @@ export default {
           this.countdown -= 1;
         } else {
           clearInterval(this.timer); // 倒计时结束,清除计时器
+          this.disableBet = true
         }
       }, 1000);