diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index c478c0c..fc60efa 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -236,7 +236,7 @@ function onInfo() { // landing page redirect const landingPageUrl = ref(getLandingUrl()); function getLandingUrl() { - return `${configParam.landingPageUrl}/landing`; + return configParam.landingPageUrl; }