From 245d08d3cb0704719be61b439520263161bd8c77 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Wed, 27 Dec 2023 16:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20login.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/login.html b/app/templates/login.html index 13c4b86..12647c1 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -68,7 +68,7 @@ // 如果成功,可能会重定向到其他页面 // 如果失败,可能会显示错误信息 if (response.success) { - window.location.href = '/home'; // 或者你的成功页面 + window.location.href = '/attendance-reminder'; // 或者你的成功页面 } else { console.log(response.message) layer.alert('登录失败: ' + response.message);