修改generate功能

This commit is contained in:
X1627315083
2024-04-19 10:49:05 +08:00
parent 6d7a597876
commit d560c5ab09
8 changed files with 178 additions and 165 deletions

View File

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