fix
This commit is contained in:
parent
e0f561c8b8
commit
019ead1059
@ -144,7 +144,7 @@ function resetPassword() {
|
|||||||
.then(data => {
|
.then(data => {
|
||||||
if (data.code == 200 ) {
|
if (data.code == 200 ) {
|
||||||
alert(data.msg);
|
alert(data.msg);
|
||||||
window.location.href = {{.HomePage}};
|
window.location.href = "{{.HomePage}}";
|
||||||
} else {
|
} else {
|
||||||
alert(data.msg);
|
alert(data.msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user