'admin-21.03.02:添加百度统计代码,路径index.html中'

This commit is contained in:
lyt 2021-03-02 11:30:35 +08:00
parent 8019fafa5c
commit 41e87ced71

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta <meta
name="keywords" name="keywords"
content="vue-admin-wonderful后台管理系统一站式平台模板希望可以帮你完成快速开发。vue2、vue3、vue3.x、 content="vue-admin-wonderful后台管理系统一站式平台模板希望可以帮你完成快速开发。vue2.x、vue2.0、vue2、vue3、vue3.x、vue3.0、
CompositionAPI、typescript、element plus、element、plus、admin、wonderful、wonderful-next、快速、高效" CompositionAPI、typescript、element plus、element、plus、admin、wonderful、wonderful-next、快速、高效"
/> />
<meta <meta
@ -30,6 +30,18 @@
</div> </div>
</div> </div>
</div> </div>
<script type="text/javascript">
if (window.location.origin === 'https://lyt-top.gitee.io') {
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src =
'https://hm.baidu.com/hm.js?0f0d4ed4e842503d5c85cde002add531';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
}
</script>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>
</html> </html>