MFA倒计时问题
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-07 14:54:29 +08:00
parent 385afa93f0
commit f1b0852b51
1 changed files with 2 additions and 1 deletions

View File

@ -167,6 +167,7 @@ export default {
this.timer = setInterval(() => {
this.second--;
if (this.second <= 0) {
this.flag = false;
clearInterval(this.timer);
this.timer = null;
}