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

master
RuoYi 5 years ago committed by Limy
parent d76adfc7a4
commit daff2dac0b

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

Loading…
Cancel
Save