20200728-入园通知书

This commit is contained in:
paidaxing444
2020-07-29 09:00:20 +08:00
parent 73a60f713f
commit 8be1711e9e
4 changed files with 22 additions and 20 deletions

View File

@ -66,7 +66,7 @@ router.beforeEach((to, from, next) => {
} else {
//console.log(whiteList.indexOf(to.path));
// 没有token
if (whiteList.indexOf(to.path) !== -1 ||to.path.indexOf("/experience") != -1) {
if (whiteList.indexOf(to.path) !== -1 ||to.path.indexOf("/experience/apply/") != -1||to.path.indexOf("/experience/result/") != -1) {
// 在免登录白名单,直接进入
next()
} else {