在login页面加入以下代码
$(document).ready(function () { if (window != top) { top.location.href = location.href; } });