fix test
This commit is contained in:
parent
b3aeda65bd
commit
c4fcfbef76
3 changed files with 12 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue