🐛 获取找回密码邮件问题修复
This commit is contained in:
parent
f5cc9334c8
commit
887c3c0631
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user