You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
4.8KB

  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="/autotrack.js"></script>-->
  18. <script src="/lspmlocal/js/wps_sdk.js"></script>
  19. <script src='https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
  20. <script>
  21. //稳定性监控
  22. try {
  23. const config = {
  24. bid: 'lsxmglxt_zzdpro',
  25. signkey: '1234567890abcdef',
  26. gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
  27. };
  28. const wpk = new wpkReporter(config);
  29. wpk.installAll();
  30. window._wpk = wpk;
  31. } catch (err) {
  32. console.error('WpkReporter init fail', err);
  33. }
  34. </script>
  35. <script>
  36. (function(w, d, s, q, i) {
  37. w[q] = w[q] || [];
  38. var f = d.getElementsByTagName(s)[0],j = d.createElement(s);
  39. j.async = true;
  40. j.id = 'beacon-aplus';
  41. j.src = 'https://alidt.alicdn.com/alilog/mlog/aplus_cloud.js';
  42. f.parentNode.insertBefore(j, f);
  43. })(window, document, 'script', 'aplus_queue');
  44. aplus_queue.push({
  45. action: 'aplus.setMetaInfo',
  46. arguments: ['aplus-rhost-v', 'alog-api.ding.zj.gov.cn']
  47. });
  48. aplus_queue.push({
  49. action: 'aplus.setMetaInfo',
  50. arguments: ['aplus-rhost-g', 'alog-api.ding.zj.gov.cn']
  51. });
  52. var u = navigator.userAgent
  53. var isAndroid = u.indexOf('Android') > -1
  54. var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
  55. aplus_queue.push({
  56. action: 'aplus.setMetaInfo',
  57. arguments: ['appId', isAndroid ? '28302650' : isIOS ? '28328447' : '47130293']
  58. });
  59. // 2、基础埋点:
  60. // 单页应用 或 “单个页面”需异步补充PV日志参数还需进行如下埋点:
  61. aplus_queue.push({
  62. action: 'aplus.setMetaInfo',
  63. arguments: ['aplus-waiting', 'MAN']
  64. });//
  65. // 单页应用路由切换后 或 在异步获取到pv日志所需的参数后再执行sendPV:
  66. aplus_queue.push({
  67. 'action':'aplus.sendPV',
  68. 'arguments':[{
  69. is_auto: false
  70. }, {
  71. // 当前你的应用信息,此两行请勿修改
  72. sapp_id: '43032',
  73. sapp_name: 'lsxmglxt',
  74. // 自定义PV参数key-value键值对(只能是这种平铺的json,不能做多层嵌套),如:
  75. x: 111,
  76. y: 222
  77. }]
  78. })
  79. // 3、用户信息埋点:
  80. // 如采集用户信息是异步行为需要先执行这个BLOCK埋点
  81. // aplus_queue.push({
  82. // action: 'aplus.setMetaInfo',
  83. // arguments: ['_hold', 'BLOCK']
  84. // });
  85. //
  86. // // 设置会员昵称
  87. // aplus_queue.push({
  88. // action: "aplus.setMetaInfo",
  89. // arguments: ["_user_nick", "当前会员用户昵称"]
  90. // });
  91. // // 设置会员ID
  92. // aplus_queue.push({
  93. // action: "aplus.setMetaInfo",
  94. // arguments: ["_user_id", "当前会员ID"]
  95. // });
  96. // aplus_queue.push({
  97. // action: "aplus.setMetaInfo",
  98. // arguments: ["_dev_id", "yourDeviceId"]
  99. // });
  100. //
  101. // // 如采集用户信息是异步行为,需要先设置完用户信息后再执行这个START埋点
  102. // // 此时被block住的日志会携带上用户信息逐条发出
  103. // aplus_queue.push({
  104. // action: 'aplus.setMetaInfo',
  105. // arguments: ['_hold', 'START']
  106. // });
  107. </script>
  108. <script type="module" crossorigin src="/assets/index.381e26e3.js"></script>
  109. <link rel="stylesheet" href="/assets/index.57fb77ab.css">
  110. </head>
  111. <body>
  112. <div id="app"></div>
  113. </body>
  114. </html>