diff --git a/app/templates/login.html b/app/templates/login.html index 12647c1..6489843 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -20,8 +20,8 @@
- +
@@ -64,9 +64,6 @@ data: data.field, // 表单数据 dataType: 'json', success: function (response) { - // 根据返回的结果进行操作 - // 如果成功,可能会重定向到其他页面 - // 如果失败,可能会显示错误信息 if (response.success) { window.location.href = '/attendance-reminder'; // 或者你的成功页面 } else {