tom
2023-12-06 9e968679ed2e6937aeb7b50a6c450d5d19251f42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; 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" />
    </head>
    
<body>
    <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="../../image/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>