|
@ -59,7 +59,7 @@
|
|
|
// if(isRelogined && top !== window && location.href.indexOf("login.html") < 0) {
|
|
|
if(isRelogined && location.href.indexOf("login.html") < 0){
|
|
|
sessionStorage.removeItem('wlyy_relogin')
|
|
|
top.location.reload(true)
|
|
|
//top.location.reload(true)
|
|
|
}
|
|
|
|
|
|
function httpGet(url, options) {
|