更新 login.html

master
wangsiyuan 2023-12-29 16:04:57 +08:00
parent d6bef5812b
commit 9b519f4650
1 changed files with 1 additions and 0 deletions

View File

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