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

This commit is contained in:
x ronger 2020-09-15 21:50:11 +08:00
parent f5cc9334c8
commit 887c3c0631

View File

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