更新 login.html
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user