master
嘉祥 詹 2024-09-18 17:41:55 +08:00
parent c896bd77d9
commit 51d862818e
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function logout() {
data: null, data: null,
success: function (data, textStatus, jqXHR) { success: function (data, textStatus, jqXHR) {
if (data.ret == "yes") { if (data.ret == "yes") {
location.href = "/Root/Login"; location.href = "/Home/Login";
//location.href = "/BackEnd/nounsList"; //location.href = "/BackEnd/nounsList";
} else { } else {