diff --git a/jshERP-web/public/index.html b/jshERP-web/public/index.html index 78b9bbed..d07a7cbf 100644 --- a/jshERP-web/public/index.html +++ b/jshERP-web/public/index.html @@ -241,6 +241,7 @@ @@ -271,14 +280,5 @@ - diff --git a/jshERP-web/src/permission.js b/jshERP-web/src/permission.js index 948531fb..45d490ba 100644 --- a/jshERP-web/src/permission.js +++ b/jshERP-web/src/permission.js @@ -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 }) diff --git a/jshERP-web/src/views/system/UserList.vue b/jshERP-web/src/views/system/UserList.vue index 689218ec..c63d643a 100644 --- a/jshERP-web/src/views/system/UserList.vue +++ b/jshERP-web/src/views/system/UserList.vue @@ -28,7 +28,7 @@ 新增 - 删除 + 删除 批量操作