68 lines
1.9 KiB
HTML
68 lines
1.9 KiB
HTML
<!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 type="text/javascript"
|
|
src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=2KLQUajGSpNL2DInxT6BwdPklMNpG3hw"></script> -->
|
|
</head>
|
|
|
|
<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: 'lyxjbggfwjzzfxt_zzdpro',
|
|
signkey: '1234567890abcdef',
|
|
gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
|
|
};
|
|
const wpk = new wpkReporter(config);
|
|
wpk.installAll();
|
|
window._wpk = wpk;
|
|
console.log(wpk,'稳定性监控开启');
|
|
} catch (err) {
|
|
console.error('WpkReporter init fail', err);
|
|
}
|
|
</script>
|
|
<!-- 流量分析监控 -->
|
|
<!-- 通用采集 SDK -->
|
|
<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>
|
|
|
|
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<script type="text/javascript" src="/baiduMap.js"></script>
|
|
</body>
|
|
|
|
</html> |