iframe框架页会话过期弹出超时提示

master
RuoYi 2020-03-18 22:57:03 +08:00
parent 3df553c488
commit 07042ac9b1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
<style type="text/css">label.error { position:inherit; }</style>
<script>
if(window.top!==window.self){window.top.location=window.location};
if(window.top!==window.self){alert('未登录或登录超时。请重新登录');window.top.location=window.location};
</script>
</head>