No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

117 líneas
4.6KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <!-- 兼容模式转换为极速模式-->
  6. <meta name="renderer" content="webkit"/>
  7. <meta name="force-rendering" content="webkit"/>
  8. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
  9. <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  11. <script>/*@cc_on window.location.href="http://support.dmeng.net/upgrade-your-browser.html?referrer="+encodeURIComponent(window.location.href); @*/</script>
  12. <!-- index.html meta标签配置不缓存 -->
  13. <meta http-equiv="pragram" content="no-cache" />
  14. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"/>
  15. <meta http-equiv="expires" content="0" />
  16. <title>湖州项目管理系统</title>
  17. <script src='https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
  18. <script>
  19. //稳定性监控
  20. try {
  21. const config = {
  22. bid: 'lsxmglxt_zzdpro',
  23. signkey: '1234567890abcdef',
  24. gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
  25. };
  26. const wpk = new wpkReporter(config);
  27. wpk.installAll();
  28. window._wpk = wpk;
  29. } catch (err) {
  30. console.error('WpkReporter init fail', err);
  31. }
  32. </script>
  33. <script>
  34. (function(w, d, s, q, i) {
  35. w[q] = w[q] || [];
  36. var f = d.getElementsByTagName(s)[0],j = d.createElement(s);
  37. j.async = true;
  38. j.id = 'beacon-aplus';
  39. j.src = 'https://alidt.alicdn.com/alilog/mlog/aplus_cloud.js';
  40. f.parentNode.insertBefore(j, f);
  41. })(window, document, 'script', 'aplus_queue');
  42. aplus_queue.push({
  43. action: 'aplus.setMetaInfo',
  44. arguments: ['aplus-rhost-v', 'alog-api.ding.zj.gov.cn']
  45. });
  46. aplus_queue.push({
  47. action: 'aplus.setMetaInfo',
  48. arguments: ['aplus-rhost-g', 'alog-api.ding.zj.gov.cn']
  49. });
  50. var u = navigator.userAgent
  51. var isAndroid = u.indexOf('Android') > -1
  52. var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
  53. aplus_queue.push({
  54. action: 'aplus.setMetaInfo',
  55. arguments: ['appId', isAndroid ? '28302650' : isIOS ? '28328447' : '47130293']
  56. });
  57. // 2、基础埋点:
  58. // 单页应用 或 “单个页面”需异步补充PV日志参数还需进行如下埋点:
  59. aplus_queue.push({
  60. action: 'aplus.setMetaInfo',
  61. arguments: ['aplus-waiting', 'MAN']
  62. });//
  63. // 单页应用路由切换后 或 在异步获取到pv日志所需的参数后再执行sendPV:
  64. aplus_queue.push({
  65. 'action':'aplus.sendPV',
  66. 'arguments':[{
  67. is_auto: false
  68. }, {
  69. // 当前你的应用信息,此两行请勿修改
  70. sapp_id: '43032',
  71. sapp_name: 'lsxmglxt',
  72. // 自定义PV参数key-value键值对(只能是这种平铺的json,不能做多层嵌套),如:
  73. x: 111,
  74. y: 222
  75. }]
  76. })
  77. // 3、用户信息埋点:
  78. // 如采集用户信息是异步行为需要先执行这个BLOCK埋点
  79. // aplus_queue.push({
  80. // action: 'aplus.setMetaInfo',
  81. // arguments: ['_hold', 'BLOCK']
  82. // });
  83. //
  84. // // 设置会员昵称
  85. // aplus_queue.push({
  86. // action: "aplus.setMetaInfo",
  87. // arguments: ["_user_nick", "当前会员用户昵称"]
  88. // });
  89. // // 设置会员ID
  90. // aplus_queue.push({
  91. // action: "aplus.setMetaInfo",
  92. // arguments: ["_user_id", "当前会员ID"]
  93. // });
  94. // aplus_queue.push({
  95. // action: "aplus.setMetaInfo",
  96. // arguments: ["_dev_id", "yourDeviceId"]
  97. // });
  98. //
  99. // // 如采集用户信息是异步行为,需要先设置完用户信息后再执行这个START埋点
  100. // // 此时被block住的日志会携带上用户信息逐条发出
  101. // aplus_queue.push({
  102. // action: 'aplus.setMetaInfo',
  103. // arguments: ['_hold', 'START']
  104. // });
  105. </script>
  106. </head>
  107. <body>
  108. <div id="app"></div>
  109. <script type="module" src="/src/main.js"></script>
  110. </body>
  111. </html>