解决session过期不能跳出iframe的问题

在登录页面的js代码加上

if(window !=top){
top.location.href=location.href;
}

posted @ 2016-01-05 17:51  Breaker-X  阅读(256)  评论(0)    收藏  举报