在页面中添加如下js代码
<script>
if (window.parent !== window.self) {
window.parent.location.reload();
}
</script>