transfer.html 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="IE=edge" http-equiv="X-UA-Compatible">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <title>桐乡互联网学校</title>
  8. <link rel="stylesheet" href="static/styles/common.css?v=20221124">
  9. <link rel="stylesheet" href="static/element/index.css">
  10. </head>
  11. <body>
  12. <div class="wrapper" id="transfer">
  13. <div class="transform-loading"></div>
  14. <!-- <div style="position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center">-->
  15. <!-- <div>-->
  16. <!-- <h3 class="font-size-20 mt30 text-center">测试中,即将上线</h3>-->
  17. <!-- <h3 class="font-size-16">{{link}}</h3>-->
  18. <!-- </div>-->
  19. <!-- </div>-->
  20. </div>
  21. <script>
  22. const urlParams = new URLSearchParams(window.location.search);
  23. const params = {};
  24. for (const [key, value] of urlParams.entries()) {
  25. params[key] = value;
  26. }
  27. location.href='https://txwx.txhlwxx.com/mobile/#/login?zlb_token='+params['zlb_token'];
  28. </script>
  29. </body>
  30. </html>