🐛 获取找回密码邮件问题修复

This commit is contained in:
x ronger 2020-09-15 21:21:42 +08:00
parent 1a0416c980
commit f5cc9334c8

View File

@ -146,7 +146,7 @@
let data = { let data = {
email: email email: email
}; };
_ts.$axios.$post('/api/console/get-forget-password-email', data).then(function (res) { _ts.$axios.$get('/api/console/get-forget-password-email', data).then(function (res) {
_ts.loading = false; _ts.loading = false;
_ts.forget = false; _ts.forget = false;
if (res) { if (res) {