This commit is contained in:
X1627315083
2024-03-04 16:13:09 +08:00
parent 16268a23cf
commit 03d11ed8fb

View File

@@ -107,7 +107,6 @@ router.beforeEach((to, from, next) => {
next();
}
}
next();
} else {
// 如果页面不存在可以跳转到404页面或者其他页面
next('/404');