2025-02-19 20:55:04 +08:00

7 lines
108 B
TypeScript

export default defineEventHandler((event) => {
return {
code: 404,
msg: '页面不存在',
}
})