We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教大家一个问题
目前需求是,想在后端捕获到404的信息,但是前端访问一个不存在的页面,
返回的值都是200,无法在nginx或者控制台中捕获404信息
请问大家,这个是哪里设置的呢?
router中的重定向我已经注释,但是只是404页面不提示,请求返回还是200
` // 404 page must be placed at the end !!!
// { path: '*', redirect: '/404', hidden: true }
`
谢谢大佬
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请教大家一个问题
目前需求是,想在后端捕获到404的信息,但是前端访问一个不存在的页面,
返回的值都是200,无法在nginx或者控制台中捕获404信息
请问大家,这个是哪里设置的呢?
router中的重定向我已经注释,但是只是404页面不提示,请求返回还是200
` // 404 page must be placed at the end !!!
// { path: '*', redirect: '/404', hidden: true }
`
谢谢大佬
The text was updated successfully, but these errors were encountered: