序列号增加单据点开,会员页面优化

This commit is contained in:
季圣华
2021-05-30 07:31:09 +08:00
parent 3611eb84e0
commit 64d8e875bd
10 changed files with 50 additions and 70 deletions

View File

@@ -46,6 +46,11 @@ router.beforeEach((to, from, next) => {
})
})
} else {
if (to.path) {
if (window._hmt) {
window._hmt.push(['_trackPageview', '/#' + to.fullPath])
}
}
next()
}
}
@@ -59,7 +64,6 @@ router.beforeEach((to, from, next) => {
}
}
})
router.afterEach(() => {
NProgress.done() // finish progress bar
})