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