fixing landing redirect
This commit is contained in:
parent
7b66982c52
commit
fa90c0016a
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const modalLoginLinkage = ref<boolean>(false); //เข้าสู่ระบ
|
||||||
// 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchmsgNoread() {
|
async function fetchmsgNoread() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue