更新 login.html

main
yxw 2023-12-05 20:16:42 +08:00
parent f28bc21d7b
commit 7cb8bbeaa8
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 {