-
$(function(){
-
if (top != window) {
-
top.location.href = top.location.href;
-
}
-
});
解决session过期跳转到登录页并跳出iframe框架(或者layui弹出层)
最新推荐文章于 2025-06-14 10:00:00 发布
$(function(){
if (top != window) {
top.location.href = top.location.href;
}
});