Commit ef52a0ff by tang

feat: 找回密码提示信息修改

parent f7ddfb24
......@@ -139,7 +139,7 @@ export default {
}).then(res => {
console.log(res)
if (res.success) {
this.$message.success(res.returnMsg || '发送成功,请注意查收')
this.$message.success('发送成功,请注意查收')
this.hasSent = true;
this.timer = setInterval(() => {
this.time -= 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment