20200728-入园体验计划表

This commit is contained in:
paidaxing444
2020-07-30 18:50:38 +08:00
parent 8be1711e9e
commit e33289bab6
18 changed files with 1115 additions and 24 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/apply/") != -1||to.path.indexOf("/experience/result/") != -1) {
if (whiteList.indexOf(to.path) !== -1 ||to.path.indexOf("/experience/apply/") != -1||to.path.indexOf("/experience/result/") != -1||to.path.indexOf("/experience/content/") != -1) {
// 在免登录白名单,直接进入
next()
} else {