From acc86a5908518d066c2c2ece5a6c17ffc25a9183 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 22 Nov 2024 16:57:00 +0700 Subject: [PATCH] fix hostname --- src/views/MainView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`