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