Browse Source

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

zhangl 1 year ago
parent
commit
c8a6797d7b
1 changed files with 1 additions and 0 deletions
  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);