session过期,登录页被内嵌iframe的解决方案

在登录页的js加上:


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

你可能感兴趣的:(js)