diff --git a/src/views/MainView.vue b/src/views/MainView.vue index b897a8e..74c2d0b 100644 --- a/src/views/MainView.vue +++ b/src/views/MainView.vue @@ -147,7 +147,7 @@ const landingPageUrl = ref(getLandingUrl()) function getLandingUrl() { if (window.location.hostname === 'bmasso.bma.go.th') { return `${configParam.landingPageUrl}/landing?mode=dev` - } else if (window.location.hostname === 'bma-ehr.frappet.com') { + } else if (window.location.hostname === 'bma-ehr-checkin.frappet.com') { return `${configParam.landingPageUrl}/landing?mode=prod` } else { return `${configParam.landingPageUrl}/landing?mode=dev`