优化 404 页面请求逻辑
All checks were successful
Node.js CI / build-and-test (push) Successful in 37s

This commit is contained in:
2025-05-02 22:54:47 +08:00
parent 2f6b3524c4
commit b9c163fd06
5 changed files with 45 additions and 17 deletions

View File

@ -41,7 +41,8 @@ export function createSSRRouter() {
component: () => import('./views/fallback/NotFound.vue'),
meta: {
title: "页面未找到",
hidden: true
hidden: true,
code: 404
}
}
]})