fixing landing redirect
This commit is contained in:
parent
621104c4a2
commit
c9ac56416e
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ function onInfo() {
|
|||
// landing page redirect
|
||||
const landingPageUrl = ref<string>(getLandingUrl());
|
||||
function getLandingUrl() {
|
||||
return `${configParam.landingPageUrl}/landing`;
|
||||
return configParam.landingPageUrl;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue