更新 login.html
parent
d6bef5812b
commit
9b519f4650
|
|
@ -64,6 +64,7 @@
|
|||
data: data.field, // 表单数据
|
||||
dataType: 'json',
|
||||
success: function (response) {
|
||||
console.log(response)
|
||||
if (response.success) {
|
||||
window.location.href = '/attendance-reminder'; // 或者你的成功页面
|
||||
} else {
|
||||
|
|
|
|||
Reference in New Issue