fix: disable TypeScript type checking and update inspection page layout
This commit is contained in:
@@ -60,7 +60,7 @@ export default defineEventHandler(async event => {
|
||||
event.context.gameData = response.value
|
||||
event.context.googleAnalyticsId = response.value?.ga_code
|
||||
|
||||
// console.log('🚀 ~ gameData:', response.value)
|
||||
console.log('🚀 ~ gameData:', response.value)
|
||||
|
||||
// 점검 데이터 조회
|
||||
if (response.value.game_id) {
|
||||
@@ -76,7 +76,7 @@ export default defineEventHandler(async event => {
|
||||
inspectionData = inspectionResponse?.value?.inspection
|
||||
// console.log("🚀 ~ inspectionData:", inspectionData)
|
||||
|
||||
if (inspectionData?.inspection_status === 0 ) {
|
||||
if (inspectionData?.inspection_status === 0) {
|
||||
/**
|
||||
* 점검 중인 경우
|
||||
* - 점검 상태가 1이고 현재 시간이 점검 시작과 종료 사이에 있는지 확인ㄹ
|
||||
|
||||
Reference in New Issue
Block a user