From f28bc21d7bd2bf870e4b46990b3fb224aaba0448 Mon Sep 17 00:00:00 2001 From: yxw <17074267@qq.com> Date: Tue, 5 Dec 2023 18:32:09 +0800 Subject: [PATCH] fix --- login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login.html b/login.html index 8035222..1ddb18d 100644 --- a/login.html +++ b/login.html @@ -106,7 +106,7 @@ success: function (res) { if (res.success) { // alert('Login successful') - window.location.href = "/home.html" + window.location.href = "home.html" } else { alert(res.message)