demoIndex.html 375 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. </head>
  6. <script type="text/javascript" src="/static/plugins/jquery/jquery.min.js"></script>
  7. <script type="text/javascript">
  8. $(function () {
  9. //top.window.location.href = '/app/sys/index.html#';
  10. top.window.location.href = '/dev/demoLogin.html#';
  11. });
  12. </script>