liuminjian пре 3 година
родитељ
комит
18437b6ad1
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      src/permission.js

+ 3
- 1
src/permission.js Прегледај датотеку

@@ -27,6 +27,8 @@ const whiteList = [
'/policyDetail',
'/attestationDetail',
'/noticeDetail',
'/homestead/index',


]

@@ -67,7 +69,7 @@ router.beforeEach((to, from, next) => {
next()
} else {
next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
//next('/index');
//next('/index');
NProgress.done()
}
}


Loading…
Откажи
Сачувај