20200418-zlp-1

用户管理
This commit is contained in:
paidaxing444
2020-04-18 20:09:15 +08:00
parent 0a0d82c5b1
commit 5a40d0ff8a
4 changed files with 17 additions and 51 deletions

View File

@ -7,7 +7,8 @@ import { getToken } from '@/utils/auth'
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
//const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
const whiteList = ['/login']
router.beforeEach((to, from, next) => {
NProgress.start()