diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 17b5def..30cd2c0 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -383,9 +383,12 @@ async function getCheck() { mapRef.value?.requestLocationPermission() return } + showLoader() + const isSeminar = endTimeAfternoon.value === '14:30' ? 'Y' : 'N' + await http - .get(config.API.checkoutCheck) + .get(config.API.checkoutCheck + `/${isSeminar}`) .then(async (res) => { checkStatus.value = await res.data.result.status.toLocaleUpperCase() if (checkStatus.value == 'ABSENT') {