工业级运维app手机api
沈斌
2018-02-28 03cdc1111aa07041d635840eb30433cbb980accf
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>