cookie或session过期 只有标签页跳转到登录页,iframe没有跳转

在login页面加入以下代码

$(document).ready(function () {  
    if (window != top) {  
        top.location.href = location.href;  
    }  
}); 

  

posted @ 2020-04-03 08:06  sj2016  阅读(327)  评论(0编辑  收藏  举报