refactor: 점검 수정
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user