index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  8. <link rel="icon" href="<%= BASE_URL %>geLi_logo.png" />
  9. <link rel="stylesheet" type="text/css" media="print"
  10. href="https://cdn.jsdelivr.net/npm/vue-plugin-hiprint@latest/dist/print-lock.css" />
  11. <script src="https://wwcdn.weixin.qq.com/node/wework/wwopen/js/wwLogin-1.2.7.js" type="text/javascript"
  12. charset="utf-8"></script>
  13. <script src="./base64.min.js" type="text/javascript" charset="utf-8"></script>
  14. <script>
  15. window.Base64 = Base64
  16. </script>
  17. <script>
  18. if (!!~window.location.href.indexOf("jiasm.zfire.top")) {
  19. var _hmt = _hmt || [];
  20. (function () {
  21. var hm = document.createElement("script");
  22. hm.src = "https://hm.baidu.com/hm.js?f977c3a30a4c73ea2ee0f8f72adf9451";
  23. var s = document.getElementsByTagName("script")[0];
  24. s.parentNode.insertBefore(hm, s);
  25. })();
  26. }
  27. if (!!~window.location.href.indexOf("sxb.zfire.top")) {
  28. var _hmt = _hmt || [];
  29. (function () {
  30. var hm = document.createElement("script");
  31. hm.src = "https://hm.baidu.com/hm.js?34c735cf886f20660903a4e44c3f17c6";
  32. var s = document.getElementsByTagName("script")[0];
  33. s.parentNode.insertBefore(hm, s);
  34. })();
  35. }
  36. if (!!~window.location.href.indexOf("jxgree.zfire.top")) {
  37. var _hmt = _hmt || [];
  38. (function() {
  39. var hm = document.createElement("script");
  40. hm.src = "https://hm.baidu.com/hm.js?158171d714ae89f3d40f9e31cc8c6545";
  41. var s = document.getElementsByTagName("script")[0];
  42. s.parentNode.insertBefore(hm, s);
  43. })();
  44. }
  45. </script>
  46. <title>
  47. <%= webpackConfig.name %>
  48. </title>
  49. <style></style>
  50. </head>
  51. <body>
  52. <noscript>
  53. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
  54. to
  55. continue.</strong>
  56. </noscript>
  57. <div id="app"></div>
  58. <!-- 企业微信扫码登录 -->
  59. <!-- built files will be auto injected -->
  60. </body>
  61. </html>