- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- </head>
- <script type="text/javascript" src="/static/plugins/jquery/jquery.min.js"></script>
- <script type="text/javascript">
- $(function () {
- top.window.location.href = '/app/sys/index.html#';
- });
- </script>
|