fix
This commit is contained in:
@@ -107,7 +107,6 @@ router.beforeEach((to, from, next) => {
|
|||||||
next();
|
next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
next();
|
|
||||||
} else {
|
} else {
|
||||||
// 如果页面不存在,可以跳转到404页面或者其他页面
|
// 如果页面不存在,可以跳转到404页面或者其他页面
|
||||||
next('/404');
|
next('/404');
|
||||||
|
|||||||
Reference in New Issue
Block a user