Compare commits

..

No commits in common. "111dd526d97365437a6d9a3b7e0bdff145fb06ff" and "736a4eea18ea42c5105bc2a60986c86054040a95" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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