This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-17 09:24:14 +07:00
parent b3aeda65bd
commit c4fcfbef76
3 changed files with 12 additions and 3 deletions

View file

@ -160,7 +160,7 @@ function onLoad(index: number, done: Function) {
}
// landing page redirect
const landingPageUrl = ref<string>(configParam.landingPageUrl)
// const landingPageUrl = ref<string>(configParam.landingPageUrl)
/** ฟังก์ชันเรียกข้อมูลผู้ใช่งาน*/
async function fetchKeycloakPosition() {
@ -291,6 +291,11 @@ onMounted(async () => {
if (checkTokenParsed != null) {
fullName.value = checkTokenParsed.name
}
console.log('configParam.landingPageUrl', configParam.landingPageUrl)
console.log(
'import.meta.env.VITE_URL_LANDING',
import.meta.env.VITE_URL_LANDING
)
})
</script>