Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-14 15:14:14 +08:00
commit ac1f5c6628
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ export default {
anonymousSendVerificationCode(this.form.EmailOrPhone) anonymousSendVerificationCode(this.form.EmailOrPhone)
.then((res) => { .then((res) => {
if (res.IsSuccess) { if (res.IsSuccess) {
let msg = this.$t('passwordReset:message:tip:sendCode').replace("xxx", this.form.EmailOrPhone)
this.$message.success(msg)
that.settime(that); that.settime(that);
} else { } else {
that.$alert(res.ErrorMessage); that.$alert(res.ErrorMessage);