diff --git a/src/permission.js b/src/permission.js index e24a2902..9f970052 100644 --- a/src/permission.js +++ b/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() } }