index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. </script>
  34. <title>
  35. <%= webpackConfig.name %>
  36. </title>
  37. <style></style>
  38. </head>
  39. <body>
  40. <noscript>
  41. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
  42. to
  43. continue.</strong>
  44. </noscript>
  45. <div id="app"></div>
  46. <!-- 企业微信扫码登录 -->
  47. <!-- built files will be auto injected -->
  48. </body>
  49. </html>