mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
添加百度统计
This commit is contained in:
14
index.html
14
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user