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