🐛 fix(compiler): 去掉百度统计代码

This commit is contained in:
fhysy 2024-12-13 11:15:19 +08:00
parent a385d889c3
commit c641ad14bc
1 changed files with 9 additions and 9 deletions

View File

@ -10,15 +10,15 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="text/javascript"> <!-- <script type="text/javascript">-->
var _hmt = _hmt || []; <!-- var _hmt = _hmt || [];-->
(function () { <!-- (function () {-->
var hm = document.createElement('script'); <!-- var hm = document.createElement('script');-->
hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4'; <!-- hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';-->
var s = document.getElementsByTagName('script')[0]; <!-- var s = document.getElementsByTagName('script')[0];-->
s.parentNode.insertBefore(hm, s); <!-- s.parentNode.insertBefore(hm, s);-->
})(); <!-- })();-->
</script> <!-- </script>-->
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>