From f1b0852b51d301e8ea7d5ef9779b70a392bf532e Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Wed, 7 Aug 2024 14:54:29 +0800 Subject: [PATCH] =?UTF-8?q?MFA=E5=80=92=E8=AE=A1=E6=97=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MFA/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/MFA/index.vue b/src/components/MFA/index.vue index 4642b0a8..73310696 100644 --- a/src/components/MFA/index.vue +++ b/src/components/MFA/index.vue @@ -167,6 +167,7 @@ export default { this.timer = setInterval(() => { this.second--; if (this.second <= 0) { + this.flag = false; clearInterval(this.timer); this.timer = null; } @@ -201,7 +202,7 @@ export default { margin-right: 5px; } } -::v-deep .el-dialog__header{ +::v-deep .el-dialog__header { font-weight: bold; } \ No newline at end of file