修改统计代码一个#号
This commit is contained in:
@@ -144,7 +144,8 @@ router.beforeEach((to, from, next) => {
|
||||
|
||||
if (window._hmt) {
|
||||
if (to.path) {
|
||||
window._hmt.push(['_trackPageview', '/#' + to.fullPath])
|
||||
// window._hmt.push(['_trackPageview', '/#' + to.fullPath])
|
||||
window._hmt.push(['_trackPageview', to.fullPath])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user