|
@@ -27,6 +27,49 @@
|
|
|
<!-- type="text/javascript"-->
|
|
|
<!-- src="//assets.zjzwfw.gov.cn/assets/zwlog/1.0.0/zwlog.js"-->
|
|
|
<!--></script>-->
|
|
|
+ <script src='https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js' crossorigin='true'></script>
|
|
|
+ <script>
|
|
|
+ try {
|
|
|
+ const config = {
|
|
|
+ bid: 'nbyzjcybt_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']
|
|
|
+ });
|
|
|
+ </script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|