| 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>  | 
 |