更新 login.html

This commit is contained in:
2023-12-29 16:04:57 +08:00
parent d6bef5812b
commit 9b519f4650

View File

@@ -64,6 +64,7 @@
data: data.field, // 表单数据
dataType: 'json',
success: function (response) {
console.log(response)
if (response.success) {
window.location.href = '/attendance-reminder'; // 或者你的成功页面
} else {