工业级运维app手机api
沈斌
2018-02-26 a4f11cd94cb83dc59f4b9fe1871ec1f9a1b19b46
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="refresh" content="0;url=/login">
    <meta charset="UTF-8">
    <title>大屏系统后台任务数据</title>
    <script language="javascript">
        window.location.href = "/login"
    </script>
</head>
<body>
Go to <a href="/login">/pages/index.html</a>
</body>
</html>