index.html 3.29 KB
<!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>