iframe内部session超时问题解决

在登录页加入如下代码即可

<script>
    if (window != top) {
        top.location.href = location.href;
    }
</script>
posted @ 2020-01-10 08:25  小确幸-xiji  阅读(294)  评论(0)    收藏  举报