* [bug#62312,done,2h] fix the issue of page redirection after the login information became invalid.
This commit is contained in:
@@ -583,7 +583,7 @@ function logout(url)
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
if(data.load) load = data.load;
|
if(data.load != 'login') load = data.load;
|
||||||
}
|
}
|
||||||
catch (error) {}
|
catch (error) {}
|
||||||
location.href = load;
|
location.href = load;
|
||||||
|
|||||||
Reference in New Issue
Block a user