fix. 메인 로딩 안나오는 현상 수정
This commit is contained in:
@@ -52,7 +52,7 @@ export default defineNuxtRouteMiddleware(async (to, _from) => {
|
||||
return navigateTo(`/${langCode}/brand`, { external: false })
|
||||
}
|
||||
|
||||
// 페이지 이동 시 로딩 시작
|
||||
// 페이지 이동 시 로딩 상태 시작
|
||||
loadingStore.startFullLoading()
|
||||
|
||||
const accessToken = csrGetAccessToken()
|
||||
|
||||
Reference in New Issue
Block a user