用户增加批量删除功能

This commit is contained in:
季圣华
2021-06-02 21:34:14 +08:00
parent 974117b25e
commit f7dae8b681
3 changed files with 12 additions and 13 deletions

View File

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