|
const whiteList = ['/login','/socialLogin', '/azureLogin', '/auth-redirect', '/bind', '/register']
|
|
const whiteList = ['/login','/socialLogin', '/azureLogin', '/auth-redirect', '/bind', '/register']
|
|
router.beforeEach((to, from, next) => {
|
|
router.beforeEach((to, from, next) => {
|