1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1,minimum-scale=1,maximum-scale=1,viewport-fit=cover">
- <meta name="referrer" content="never">
- <title>城发中心</title>
- <script src='https://wpk-gate.zjzwfw.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
- <!-- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.9.0/vconsole.min.js"></script> -->
- <script>
- try {
- const config = {
- bid: 'phwj_h5_zzdpro',
- signkey: '1234567890abcdef',
- gateway: 'https://wpk-gate.zjzwfw.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.zjzwfw.gov.cn']
- });
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['aplus-rhost-g', 'alog.zjzwfw.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']
- });
- // 基础埋点
- // 单页应用 或 “单个页面”需异步补充PV日志参数还需进行如下埋点:
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['aplus-waiting', 'MAN']
- });//
- // 单页应用路由切换后 或 在异步获取到pv日志所需的参数后再执行sendPV:
- </script>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|