slug增加调试
Some checks failed
CI / lint (push) Failing after 9m4s
CI / typecheck (push) Failing after 15s
CI / build (ubuntu-latest) (push) Failing after 15s

This commit is contained in:
2025-07-30 20:11:39 +08:00
parent 44e3349311
commit fa26862418

View File

@@ -57,7 +57,7 @@ if (!page.value) {
throw createError({
statusCode: 404,
statusMessage: '文档不存在',
message: '当前页面不存在,请您检查路径是否正确',
message: `当前页面不存在,请您检查路径是否正确: ${queryPath.value}`,
fatal: true
})
}