|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8"/>
- <link rel="icon" type="image/svg+xml" href="./vite.svg"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <title>柯桥数据看板</title>
- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script>
- <script src="//at.alicdn.com/t/c/font_2592949_84diaenkmuq.js"></script>
- <script src='https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
- <script>
- let vConsole = new VConsole()
- // 稳定性监控
- try {
- const config = {
- bid: 'KBSD_zzdpro',
- signkey: '1234567890abcdef',
- gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
- };
- const wpk = new wpkReporter(config);
- wpk.installAll();
- window._wpk = wpk;
- } catch (err) {
- console.error('WpkReporter init fail', err);
- }
- </script>
- <script>
- (function(w, d, s, q, i) {
- w[q] = w[q] || [];
- var f = d.getElementsByTagName(s)[0],j = d.createElement(s);
- j.async = true;
- j.id = 'beacon-aplus';
- j.src = 'https://alidt.alicdn.com/alilog/mlog/aplus_cloud.js';
- f.parentNode.insertBefore(j, f);
- })(window, document, 'script', 'aplus_queue');
-
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['aplus-rhost-v', 'alog-api.ding.zj.gov.cn']
- });
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['aplus-rhost-g', 'alog-api.ding.zj.gov.cn']
- });
-
- var u = navigator.userAgent
- var isAndroid = u.indexOf('Android') > -1
- var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
-
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['appId', isAndroid ? '28302650' : isIOS ? '28328447' : '47130293']
- });
-
- // 2、基础埋点:
- // 单页应用 或 “单个页面”需异步补充PV日志参数还需进行如下埋点:
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['aplus-waiting', 'MAN']
- });//
- // 单页应用路由切换后 或 在异步获取到pv日志所需的参数后再执行sendPV:
- aplus_queue.push({
- 'action':'aplus.sendPV',
- 'arguments':[{
- is_auto: false
- }, {
- // 当前你的应用信息,此两行请勿修改
- sapp_id: '41156',
- sapp_name: 'KBSD',
- // 自定义PV参数key-value键值对(只能是这种平铺的json,不能做多层嵌套),如:
- x: 111,
- y: 222
- }]
- })
- </script>
- <script>
-
- </script>
- <script type="module" crossorigin src="./assets/index-90c78f99.js"></script>
- <link rel="stylesheet" href="./assets/index-edf40be8.css">
- </head>
- <body>
- <div id="app"></div>
-
- </body>
- </html>
|