From fa90c0016acfc14abcc21f842d42df131b2f92ba Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 20 Jan 2025 16:07:49 +0700 Subject: [PATCH] fixing landing redirect --- src/views/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index bfa7c088b..d01fad814 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -84,7 +84,7 @@ const modalLoginLinkage = ref(false); //เข้าสู่ระบ // landing page redirect const landingPageUrl = ref(getLandingUrl()); function getLandingUrl() { - return `${configParam.landingPageUrl}/landing`; + return configParam.landingPageUrl; } async function fetchmsgNoread() {