Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop

This commit is contained in:
setthawutttty 2025-01-20 18:07:41 +07:00
commit f2d1bed257

View file

@ -236,7 +236,7 @@ function onInfo() {
// landing page redirect
const landingPageUrl = ref<string>(getLandingUrl());
function getLandingUrl() {
return `${configParam.landingPageUrl}/landing`;
return configParam.landingPageUrl;
}
</script>