index.html 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
  7. <meta name="viewport"
  8. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  9. <meta name="x5-fullscreen" content="true">
  10. <meta name="full-screen" content="yes">
  11. <link rel="icon" href="<%= BASE_URL %>favicon1.png">
  12. <!-- <script type="text/javascript" src="<%= BASE_URL %>static/flexible.js"></script>-->
  13. <!-- <title>郑大计智心理测评系统</title> -->
  14. <title>学生心理健康测评系统</title>
  15. <!-- <link href="./static/css/weui.min.css" rel="stylesheet">-->
  16. <!-- <link href="./static/css/main.css" rel="stylesheet"> -->
  17. <!-- <link href="./static/css/main-oumulong.css" rel="stylesheet"> -->
  18. <!-- <link href="./static/css/swiper.min.css" rel="stylesheet"> -->
  19. <!-- <script src="./static/js/jquery.min.js"></script>-->
  20. <!-- <script src="./static/js/weui.min.js"></script>-->
  21. <!-- <script src="./static/js/swiper.jquery.min.js"></script> -->
  22. <!-- <link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.css">-->
  23. <!-- <link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css">-->
  24. <!-- <script src="https://unpkg.com/swiper@8/swiper-bundle.js"> </script>-->
  25. <!-- <script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"> </script>-->
  26. <!-- <script src="https://unpkg.com/swiper@8/swiper-bundle.min.js.map"> </script>-->
  27. <!-- <script>(function () { class RuffleMimeType { constructor(a, b, c) { this.type = a, this.description = b, this.suffixes = c } } class RuffleMimeTypeArray { constructor(a) { this.__mimetypes = [], this.__named_mimetypes = {}; for (let b of a) this.install(b) } install(a) { let b = this.__mimetypes.length; this.__mimetypes.push(a), this.__named_mimetypes[a.type] = a, this[a.type] = a, this[b] = a } item(a) { return this.__mimetypes[a] } namedItem(a) { return this.__named_mimetypes[a] } get length() { return this.__mimetypes.length } } class RufflePlugin extends RuffleMimeTypeArray { constructor(a, b, c, d) { super(d), this.name = a, this.description = b, this.filename = c } install(a) { a.enabledPlugin || (a.enabledPlugin = this), super.install(a) } } class RufflePluginArray { constructor(a) { this.__plugins = [], this.__named_plugins = {}; for (let b of a) this.install(b) } install(a) { let b = this.__plugins.length; this.__plugins.push(a), this.__named_plugins[a.name] = a, this[a.name] = a, this[b] = a } item(a) { return this.__plugins[a] } namedItem(a) { return this.__named_plugins[a] } refresh() { } get length() { return this.__plugins.length } } const FLASH_PLUGIN = new RufflePlugin("Shockwave Flash", "Shockwave Flash 32.0 r0", "ruffle.js", [new RuffleMimeType("application/futuresplash", "Shockwave Flash", "spl"), new RuffleMimeType("application/x-shockwave-flash", "Shockwave Flash", "swf"), new RuffleMimeType("application/x-shockwave-flash2-preview", "Shockwave Flash", "swf"), new RuffleMimeType("application/vnd.adobe.flash-movie", "Shockwave Flash", "swf")]); function install_plugin(a) { navigator.plugins.install || Object.defineProperty(navigator, "plugins", { value: new RufflePluginArray(navigator.plugins), writable: !1 }), navigator.plugins.install(a), 0 < a.length && !navigator.mimeTypes.install && Object.defineProperty(navigator, "mimeTypes", { value: new RuffleMimeTypeArray(navigator.mimeTypes), writable: !1 }); for (var b = 0; b < a.length; b += 1)navigator.mimeTypes.install(a[b]) } install_plugin(FLASH_PLUGIN); })();</script>-->
  28. <!-- <script src="chrome-extension://donbcfbmhbcapadipfkeojnmajbakjdc/dist/ruffle.js?id=11150653436"></script>-->
  29. <script>
  30. var $_GET = (function () {
  31. var url = window.document.location.href.toString();
  32. var u = url.split("?");
  33. if (typeof (u[1]) == "string") {
  34. u = u[1].split("&");
  35. var get = {};
  36. for (var i in u) {
  37. var j = u[i].split("=");
  38. get[j[0]] = j[1];
  39. }
  40. return get;
  41. } else {
  42. return {};
  43. }
  44. })();
  45. var params_str = '';
  46. if (location.href.split("?").length > 1) {
  47. params_arr = location.href.split("?")[1].split("&");
  48. $.each(params_arr, function (i, v) {
  49. if (params_arr.length != (i + 1))
  50. params_str += v + '&';
  51. else
  52. params_str += v;
  53. });
  54. }
  55. if (params_str)
  56. params_str = '?' + params_str;
  57. </script>
  58. </head>
  59. <body>
  60. <div id="app"></div>
  61. <!-- built files will be auto injected -->
  62. </body>
  63. </html>
  64. <style>
  65. body{
  66. font-size: 14px;
  67. }
  68. </style>