Browse Source

更新单独百度统计代码

pull/735/head
OpenIhu 3 years ago
parent
commit
fc4a173f1f
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      templates/base/head.tmpl
  2. +2
    -2
      templates/base/head_home.tmpl

+ 2
- 2
templates/base/head.tmpl View File

@@ -180,8 +180,8 @@
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7c4ef0a24be6109ab22e63c832ab21cf";
var s = document.getElementsByTagName("script")[0];
hm.src = "https://hm.baidu.com/hm.js?46149a0b61fdeddfe427ff4de63794ba";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>


+ 2
- 2
templates/base/head_home.tmpl View File

@@ -181,8 +181,8 @@
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7c4ef0a24be6109ab22e63c832ab21cf";
var s = document.getElementsByTagName("script")[0];
hm.src = "https://hm.baidu.com/hm.js?46149a0b61fdeddfe427ff4de63794ba";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>


Loading…
Cancel
Save