Commit 7165ffa4 by lxyang

feat:白名单

parent 1c8ade06
......@@ -12,7 +12,7 @@ router.beforeEach((to, from, next) => {
next()
NProgress.done()
})
const whiteList = ['/login', '/auth-redirect', '/bind', '/register','/resetpassword', '/documentManagement']
const whiteList = ['/login', '/auth-redirect', '/bind', '/register','/resetpassword', '/documentManagement/taskList', '/documentManagement/taskListIndex', '/documentManagement/tailAfter']
router.afterEach(() => {
NProgress.done()
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment