From cca8a0df9dcbb8bdef98ac1ad5c7dd2443d8bbe7 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 12 Nov 2025 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E5=8F=91=E9=80=81?= =?UTF-8?q?=E4=B8=8E=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MFA/index.vue | 27 ++++++++++++++++++---- src/views/forgetpassword/index.vue | 20 ++++++++++++---- src/views/research/login.vue | 17 +++++++++++++- src/views/trials/trials-myinfo/account.vue | 1 - 4 files changed, 53 insertions(+), 12 deletions(-) diff --git a/src/components/MFA/index.vue b/src/components/MFA/index.vue index b5b2186d..0d08585b 100644 --- a/src/components/MFA/index.vue +++ b/src/components/MFA/index.vue @@ -17,11 +17,13 @@ - - {{ flag ? - `${second}s ${$t("mfa:form:sendMFACodeCountDown")}` : $t("mfa:form:sendMFACode") }} +
+ + {{ + flag ? + `${second}s ${$t("mfa:form:sendMFACodeCountDown")}` : $t("mfa:form:sendMFACode") }} +
@@ -178,6 +180,21 @@ export default { };