🐛 fix(compiler): 去掉百度统计代码
This commit is contained in:
parent
a385d889c3
commit
c641ad14bc
18
index.html
18
index.html
|
@ -10,15 +10,15 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript">
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement('script');
|
||||
hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- <script type="text/javascript">-->
|
||||
<!-- var _hmt = _hmt || [];-->
|
||||
<!-- (function () {-->
|
||||
<!-- var hm = document.createElement('script');-->
|
||||
<!-- hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';-->
|
||||
<!-- var s = document.getElementsByTagName('script')[0];-->
|
||||
<!-- s.parentNode.insertBefore(hm, s);-->
|
||||
<!-- })();-->
|
||||
<!-- </script>-->
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue