index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. if (!!~window.location.href.indexOf("jiasm.zfire.top")) {
  16. var _hmt = _hmt || [];
  17. (function () {
  18. var hm = document.createElement("script");
  19. hm.src = "https://hm.baidu.com/hm.js?f977c3a30a4c73ea2ee0f8f72adf9451";
  20. var s = document.getElementsByTagName("script")[0];
  21. s.parentNode.insertBefore(hm, s);
  22. })();
  23. }
  24. if (!!~window.location.href.indexOf("sxb.zfire.top")) {
  25. var _hmt = _hmt || [];
  26. (function () {
  27. var hm = document.createElement("script");
  28. hm.src = "https://hm.baidu.com/hm.js?34c735cf886f20660903a4e44c3f17c6";
  29. var s = document.getElementsByTagName("script")[0];
  30. s.parentNode.insertBefore(hm, s);
  31. })();
  32. }
  33. if (!!~window.location.href.indexOf("jxgree.zfire.top")) {
  34. var _hmt = _hmt || [];
  35. (function() {
  36. var hm = document.createElement("script");
  37. hm.src = "https://hm.baidu.com/hm.js?158171d714ae89f3d40f9e31cc8c6545";
  38. var s = document.getElementsByTagName("script")[0];
  39. s.parentNode.insertBefore(hm, s);
  40. })();
  41. }
  42. </script>
  43. <title>
  44. <%= webpackConfig.name %>
  45. </title>
  46. <style></style>
  47. </head>
  48. <body>
  49. <noscript>
  50. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
  51. to
  52. continue.</strong>
  53. </noscript>
  54. <div id="app"></div>
  55. <!-- 企业微信扫码登录 -->
  56. <!-- built files will be auto injected -->
  57. </body>
  58. </html>