Commit 3d8e2b3c authored by 张伯涛's avatar 张伯涛

路由notoken白名单

parent 846cbfe5
......@@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request'
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
const whiteList = ['/login', '/auth-redirect', '/bind', '/register','/kfInfoAdd']
router.beforeEach((to, from, next) => {
NProgress.start()
......
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