index.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>奉化数字门牌</title>
  7. <script>
  8. var coverSupport =
  9. "CSS" in window &&
  10. typeof CSS.supports === "function" &&
  11. (CSS.supports("top: env(a)") || CSS.supports("top: constant(a)"));
  12. document.write(
  13. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  14. (coverSupport ? ", viewport-fit=cover" : "") +
  15. '" />'
  16. );
  17. </script>
  18. <link
  19. rel="stylesheet"
  20. href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
  21. />
  22. <!--<script-->
  23. <!-- type="text/javascript"-->
  24. <!-- src="//assets.zjzwfw.gov.cn/assets/ZWJSBridge/1.1.0/zwjsbridge.js"-->
  25. <!--&gt;</script>-->
  26. <!--<script-->
  27. <!-- type="text/javascript"-->
  28. <!-- src="//assets.zjzwfw.gov.cn/assets/zwlog/1.0.0/zwlog.js"-->
  29. <!--&gt;</script>-->
  30. <script src='https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
  31. <script>
  32. try {
  33. const config = {
  34. bid: 'FH_SZMP_zzdpro',
  35. signkey: '1234567890abcdef',
  36. gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
  37. };
  38. const wpk = new wpkReporter(config);
  39. wpk.installAll();
  40. window._wpk = wpk;
  41. } catch (err) {
  42. console.error('WpkReporter init fail', err);
  43. }
  44. </script>
  45. <script>
  46. (function(w, d, s, q, i) {
  47. w[q] = w[q] || [];
  48. var f = d.getElementsByTagName(s)[0],
  49. j = d.createElement(s);
  50. j.async = true;
  51. j.id = 'beacon-aplus';
  52. j.src = 'https://alidt.alicdn.com/alilog/mlog/aplus_cloud.js';
  53. f.parentNode.insertBefore(j, f);
  54. })(window, document, 'script', 'aplus_queue');
  55. aplus_queue.push({
  56. action: 'aplus.setMetaInfo',
  57. arguments: ['aplus-rhost-v', 'alog-api.ding.zj.gov.cn']
  58. });
  59. aplus_queue.push({
  60. action: 'aplus.setMetaInfo',
  61. arguments: ['aplus-rhost-g', 'alog-api.ding.zj.gov.cn']
  62. });
  63. var u = navigator.userAgent;
  64. var isAndroid = u.indexOf('Android') > -1;
  65. var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
  66. aplus_queue.push({
  67. action: 'aplus.setMetaInfo',
  68. arguments: ['appId', isAndroid ? '28302650' : isIOS ? '28328447' : '47130293']
  69. });
  70. </script>
  71. </head>
  72. <body>
  73. <noscript>
  74. <strong>Please enable JavaScript to continue.</strong>
  75. </noscript>
  76. <div id="app"></div>
  77. <!-- built files will be auto injected -->
  78. </body>
  79. </html>