mfa国际化
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-17 10:50:33 +08:00
parent 43d87e612a
commit cfb54d9c9c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export default {
this.loading = false;
if (res.IsSuccess) {
if (this.status === "login") {
this.$message.success("mfa:message:verifySuccess");
this.$message.success(this.$t("mfa:message:verifySuccess"));
}
this.$emit("success", this.form.UserId);
this.cancel();