diff --git a/Laravel/public/tool/register.html b/Laravel/public/tool/register.html
index d0476e5..f981cb0 100644
--- a/Laravel/public/tool/register.html
+++ b/Laravel/public/tool/register.html
@@ -972,7 +972,7 @@
window.$message().success('预约完成')
plan_dialog_show.value = false
setTimeout(() => {
- // window.location.reload();
+ window.location.reload();
}, 2000);
});
}