在登录页的js加上:

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

就可以完美解决这个问题!