fix. 서버 미들웨어, 미들웨어 수정

This commit is contained in:
clkim
2025-12-19 17:39:46 +09:00
parent 4ca299be4a
commit 1d936966ae
25 changed files with 592 additions and 798 deletions

View File

@@ -2,8 +2,8 @@
import { usePageDataStore } from '#layers/stores/usePageDataStore'
import type { PageDataValue } from '#layers/types/api/pageData'
const currentLayout = ref<'default' | 'promotion' | null>('default')
const currentPageData = ref<PageDataValue | null>(null)
const currentLayout = ref<'default' | 'promotion' | null>(null)
onMounted(() => {
const pageDataStore = usePageDataStore()

View File

@@ -2,8 +2,8 @@
import { usePageDataStore } from '#layers/stores/usePageDataStore'
import type { PageDataValue } from '#layers/types/api/pageData'
const currentLayout = ref<'default' | 'promotion' | null>('default')
const currentPageData = ref<PageDataValue | null>(null)
const currentLayout = ref<'default' | 'promotion' | null>(null)
onMounted(() => {
const pageDataStore = usePageDataStore()

View File

@@ -2,8 +2,8 @@
import { usePageDataStore } from '#layers/stores/usePageDataStore'
import type { PageDataValue } from '#layers/types/api/pageData'
const currentLayout = ref<'default' | 'promotion' | null>('default')
const currentPageData = ref<PageDataValue | null>(null)
const currentLayout = ref<'default' | 'promotion' | null>(null)
onMounted(() => {
const pageDataStore = usePageDataStore()