UNPKG

2.97 kBHTMLView Raw
1<!doctype html>
2<html>
3<head>
4 <meta charset="utf-8" />
5 <meta name="renderer" content="webkit" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
8 <meta name="format-detection" content="telephone=no,email=no" />
9 <meta name="apple-mobile-web-app-capable" content="yes" />
10 <meta name="apple-mobile-web-app-status-bar-style" content="black" />
11 <title>
12 <%= htmlWebpackPlugin.options.title %>
13 </title>
14 <style type="text/css">
15 html,
16 body,
17 #app {
18 height: 100%;
19 padding: 0;
20 margin: 0;
21 position: absolute;
22 z-index: 0;
23 }
24 </style>
25</head>
26
27<body>
28 <div id="app" style="width:100%;height:100%"></div>
29 <div id="box" style="position:relative;z-index:10000"></div>
30 <script src='./vendor/polyfill.min.js' charset="utf-8"></script>
31 <!--[if lt IE 10]>
32 <script type='text/javascript' src='./vendor/es5.min.js'></script>
33 <![endif]-->
34 <script src='./vendor/vendor.dll.js' charset="utf-8"></script>
35 <script src='./vendor/echarts.min.js' charset="utf-8"></script>
36 <script src='./vendor/zrender.min.js' charset="utf-8"></script>
37</body>
38
39<script type="text/javascript">
40 window._hmt = window._hmt || [];
41 window._vds = window._vds || [];
42 (function () {
43 //百度统计
44 if (location.hostname.indexOf("debug.aierp.cn") != -1) {
45 var hm = document.createElement("script");
46 hm.src = "https://hm.baidu.com/hm.js?48e71ccf5b9f3f41587afbca14be2632";
47 var s = document.getElementsByTagName("script")[0];
48 s.parentNode.insertBefore(hm, s);
49 } else if (location.hostname.indexOf("test.aitaxer.com") != -1) {
50 var hm = document.createElement("script");
51 hm.src = "https://hm.baidu.com/hm.js?74d33743fbd4baf01e8c5b511545c952";
52 var s = document.getElementsByTagName("script")[0];
53 s.parentNode.insertBefore(hm, s);
54 } else {
55 window._hmt = {
56 data: [], push: function (a) {
57 this.data.push(a);
58 if (this.data.length > 100) {
59 this.data = [];
60 }
61 }
62 }
63 }
64 })();
65 function downloadJSAtOnload() {
66 var j = document.createElement("script");
67 j.src = "./vendor/jquery.min.js";
68 var head = document.getElementsByTagName('HEAD').item(0);
69 var style = document.createElement('link');
70 style.href = './vendor/css/animate.min.css';
71 style.rel = 'stylesheet';
72 style.type = 'text/css';
73 head.appendChild(style);
74 document.body.appendChild(j);
75 }
76 if (window.addEventListener)
77 window.addEventListener("load", downloadJSAtOnload, false);
78 else if (window.attachEvent)
79 window.attachEvent("onload", downloadJSAtOnload);
80 else window.onload = downloadJSAtOnload;
81</script>
82
83</html>
\No newline at end of file