refactor: 점검 수정

This commit is contained in:
“hyeonggkim”
2025-12-08 10:16:52 +09:00
parent 463a7da320
commit 90c5142603
5 changed files with 44 additions and 15 deletions

View File

@@ -56,8 +56,7 @@ export default defineNuxtRouteMiddleware(async (to, _from) => {
// error 페이지는 API 호출하지 않음
if (
pageUrl === '/error' ||
to.path.includes('/error') ||
to.path.includes('/inspection')
to.path.includes('/error')
) {
console.log('🚀 ~ init.route.global error 페이지는 API 호출하지 않음')
showError(