cookie或session过期 只有标签页跳转到登录页,iframe没有跳转
在login页面加入以下代码
$(document).ready(function () {
if (window != top) {
top.location.href = location.href;
}
});
在login页面加入以下代码
$(document).ready(function () {
if (window != top) {
top.location.href = location.href;
}
});