feat: 百度统计

This commit is contained in:
qiuyue
2023-04-19 20:35:27 +08:00
parent fff5c0121a
commit e41e346dff
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ import './icons' // icon
import './errorLog'// error log
import './permission' // permission control
import './mock' // simulation data
import './plugins/baiduhm' // 百度统计
import * as filters from './filters' // global filters
@@ -0,0 +1,7 @@
const _hmt = _hmt || [];
(function() {
const hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?173e771eef816c412396d2cb4fe2d632";
const s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();