index.html
3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="Expires" content="0">
<link rel="shortcut icon" href="./static/img/favicon.ico" type="image/x-icon" />
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
font-size: 100%;
}
body {
background: #f0f3f9;
}
</style>
<!-- <script>
var _hmt = _hmt || [];
(function() {
var host = window.location.host || 'store.keliuyun.com'
var hm = document.createElement("script");
if (/^store.*/.test(host)) {
hm.src = /^store.*/.test(host) ?
"https://hm.baidu.com/hm.js?313a8a08b743caaeec321c891b5172df" :
"https://hm.baidu.com/hm.js?801fd373e0924a6b18bd747218134480"
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
_hmt.push(['_requirePlugin', 'UrlChangeTracker', {
shouldTrackUrlChange: function(newPath, oldPath) {
return newPath && oldPath;
}
}])
})();
</script> -->
<script>
!(function() {
var randomH = Date.parse(new Date()) / 1000;
document.write("<script type='text/javascript' src='./static/js/config.js?s=" + randomH + "' charset='utf-8'><\/script>");
})()
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type='text/javascript' src='./static/js/zrender.min.js' charset='utf-8'></script>
<script src="./static/js/rem.js" type="text/javascript" charset="utf-8"></script>
<script type='text/javascript' src='./static/js/dateUnit.js' charset='utf-8'></script>
<script type='text/javascript' src='./static/js/xlsx.dll.js' charset='utf-8'></script>
<script>
// else{
// if(window.localStorage.getItem('lang') == 'zh_TW'){
// document.getElementsByTagName('title')[0].innerText = '智慧連鎖客流分析平台';
// }else if(window.localStorage.getItem('lang') == 'en_US'){
// document.getElementsByTagName('title')[0].innerText = 'Smart Chain Traffic Analysis Platform';
// }
// }
// if(window.devicePixelRatio){
// var size = 1/window.devicePixelRatio;
// document.body.style.zoom = size
// }
</script>
<!-- [if gte IE 9]>
<script src="./static/js/jquery.xdomainrequest.min.js"></script>
<![endif]-->
</body>
<script>
// var host = window.location.host;
// if(host == 'mall.keliuyun.com'){
// document.write("<script type='text/javascript' src='./static/js/mallMonitor.js' charset='utf-8'><\/script>");
// }else if(host == 'store.keliuyun.com'){
// document.write("<script type='text/javascript' src='./static/js/storeMonitor.js' charset='utf-8'><\/script>");
// }
</script>
<!-- <script src="https://api.map.baidu.com/api?v=2.0&ak=7eRXXHqcpdDuvgcqwWFyBGw5U7c5Iz6i" type="text/javascript" charset="utf-8"></script> -->
</html>