yxw 2023-12-05 18:32:09 +08:00
parent d76dd8be03
commit f28bc21d7b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
success: function (res) { success: function (res) {
if (res.success) { if (res.success) {
// alert('Login successful') // alert('Login successful')
window.location.href = "/home.html" window.location.href = "home.html"
} }
else { else {
alert(res.message) alert(res.message)