添加百度统计

This commit is contained in:
daihh
2022-07-15 15:42:43 +08:00
parent 01ac481da9
commit e220e99408

View File

@@ -24,6 +24,20 @@
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
<script src="<%= BASE_URL %>static/editor/quill.min.js"></script>
<script src="<%= BASE_URL %>static/editor/image-resize.min.js"></script>
<script>
if(window.top != window.self){
window.top.location=window.self.location;
}
//u-pre.boe.com b82bf0f37925106413d857aa98e47533
//u.boe.com ea89f02dca369037a73c5e3907e2c14a
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!--preload-links-->
<!--app-context-->
</head>