mfa国际化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
43d87e612a
commit
cfb54d9c9c
|
@ -135,7 +135,7 @@ export default {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
if (this.status === "login") {
|
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.$emit("success", this.form.UserId);
|
||||||
this.cancel();
|
this.cancel();
|
||||||
|
|
Loading…
Reference in New Issue