updates
parent
c896bd77d9
commit
51d862818e
|
|
@ -202,7 +202,7 @@ function logout() {
|
|||
data: null,
|
||||
success: function (data, textStatus, jqXHR) {
|
||||
if (data.ret == "yes") {
|
||||
location.href = "/Root/Login";
|
||||
location.href = "/Home/Login";
|
||||
//location.href = "/BackEnd/nounsList";
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue