父页面添加如下代码
layerui
<head>
<script>
//登陆判断父页面是否跳转到登录页
if (window.top!=null && window.top.document.URL!=document.URL){
window.top.location= document.URL;
}
</script>
</head>
<head>
<script>
//登陆判断父页面是否跳转到登录页
if (window.top!=null && window.top.document.URL!=document.URL){
window.top.location= document.URL;
}
</script>
</head>
评论 (0)