This commit is contained in:
Zheng Jie
2022-08-05 17:42:27 +08:00
parent 07a3c94e4f
commit f3650cd8f8

View File

@@ -20,10 +20,6 @@ router.beforeEach((to, from, next) => {
hm.src = 'https://hm.baidu.com/hm.js?300a24a5326d0e7a0ff1b14c4e8d9056' hm.src = 'https://hm.baidu.com/hm.js?300a24a5326d0e7a0ff1b14c4e8d9056'
var s = document.getElementsByTagName('script')[0] var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s) s.parentNode.insertBefore(hm, s)
// AD
if (window._AdBlockInit) {
window._AdBlockInit()
}
})() })()
}, 0) }, 0)
if (to.meta.title) { if (to.meta.title) {