百度统计

develop
Jmysy 2020-06-05 15:40:24 +08:00
parent 2ce14bf056
commit 71a39a128f
3 changed files with 31 additions and 22 deletions

View File

View File

@ -416,7 +416,5 @@ layui.define(['table', 'jquery', 'element', 'form', 'pearTab', 'pearMenu', 'pear
}
exports('pearAdmin', pearAdmin);
})

View File

@ -100,5 +100,16 @@
})
</script>
<!-- 新 增 百 度 统 计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6ab27a14480b19bc9ce3eef146674287";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>