feat. home 버튼 컴포넌트 추가
This commit is contained in:
@@ -2,10 +2,9 @@ export default defineNuxtRouteMiddleware(async to => {
|
||||
try {
|
||||
if (import.meta.client) {
|
||||
const gameDataStore = useGameDataStore()
|
||||
const { gameData } = storeToRefs(gameDataStore)
|
||||
console.log('🚀 ~ 00000 gameData:', gameData.value)
|
||||
|
||||
const runtimeConfig = useRuntimeConfig()
|
||||
|
||||
const { gameData } = storeToRefs(gameDataStore)
|
||||
// const baseDomain = `${runtimeConfig.public.baseDomain}`
|
||||
const stoveApiBaseUrl = runtimeConfig.public.stoveApiUrl
|
||||
const stoveGameId = gameData.value.game_id
|
||||
|
||||
Reference in New Issue
Block a user