fixing landing
This commit is contained in:
parent
0977b920a0
commit
92b449ca8d
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ function handleButtonClick() {
|
||||||
// landing page redirect
|
// landing page redirect
|
||||||
const landingPageUrl = ref<string>(getLandingUrl());
|
const landingPageUrl = ref<string>(getLandingUrl());
|
||||||
function getLandingUrl() {
|
function getLandingUrl() {
|
||||||
return `${configParam.landingPageUrl}/landing`;
|
return configParam.landingPageUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** ฟังก์ชันเรียกข้อมูลผู้ใช่งาน*/
|
/** ฟังก์ชันเรียกข้อมูลผู้ใช่งาน*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue