diff --git a/fs_template/reset_confirm.tpl b/fs_template/reset_confirm.tpl index f07376de..9beaa5ea 100644 --- a/fs_template/reset_confirm.tpl +++ b/fs_template/reset_confirm.tpl @@ -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); }