This commit is contained in:
eson 2023-09-05 17:44:14 +08:00
parent e0f561c8b8
commit 019ead1059

View File

@ -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);
} }