yxw 2023-12-07 10:27:14 +08:00
commit 53e68faf54
1 changed files with 1 additions and 0 deletions

View File

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