From 18437b6ad12cd7d161d27095ae859b263422b2a7 Mon Sep 17 00:00:00 2001 From: liuminjian Date: Thu, 29 Jul 2021 09:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() } }