这种问题的解决办法是再login.html页面中添加如下代码,便可以解决当前问题。
<script> if(window != top){ top.location.href=location.href; }; </script>