baidu.ts
455 Bytes
if (!import.meta.env.DEV) {
const _hmt = []
_hmt.push(['_requirePlugin', 'UrlChangeTracker', {
shouldTrackUrlChange(newPath: any, oldPath: any) {
return newPath && oldPath
},
}]);
(function () {
const hm = document.createElement('script')
hm.src = 'https://hm.baidu.com/hm.js?c31a3e8267162de8420bc73e06d62463'
const s = document.getElementsByTagName('script')[0]
s.parentNode?.insertBefore(hm, s)
})()
}
export {}