<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache">
|
<title>登录超时</title>
|
<meta http-equiv="Pragma" content="no-cache">
|
<meta http-equiv="Cache-Control" content="no-cache">
|
<meta http-equiv="Expires" content="0">
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, width=device-width, height=device-height">
|
<meta name="format-detection" content="telephone=no">
|
<link href="../../../css/control.css" rel="stylesheet" />
|
<script src="../../../js/jquery-3.5.1.min.js"></script>
|
</head>
|
|
<body style="margin: 0px;">
|
<div class="header">
|
<div id="lbl_title" class="header_title">瀚潮数据</div>
|
</div>
|
|
<div style="background: #F3F4F6; width: 80%; height: 180px; margin-left: 10%; margin-top: 100px; text-align: center; padding-top: 30px">
|
<img src="../../../img/timeout.png" height="80px">
|
<div style="font-size: 14px; margin-top: 10px;">
|
登录已超时,您需要重新登录系统
|
</div>
|
<div style="margin-top: 20px">
|
<button class="button btn_blue" id="btn_delete" onclick="window.top.location.href='root/'" >重新登录</button>
|
</div>
|
</div>
|
</body>
|
</html>
|