fix
This commit is contained in:
parent
c4fcfbef76
commit
8302f3c94d
1 changed files with 3 additions and 8 deletions
|
|
@ -27,9 +27,9 @@ const router = useRouter()
|
||||||
const $q = useQuasar()
|
const $q = useQuasar()
|
||||||
|
|
||||||
// landing page config url
|
// landing page config url
|
||||||
const configParam = {
|
// const configParam = {
|
||||||
landingPageUrl: import.meta.env.VITE_URL_LANDING,
|
// landingPageUrl: import.meta.env.VITE_URL_LANDING,
|
||||||
}
|
// }
|
||||||
|
|
||||||
const modalReset = ref<boolean>(false) //ตัวแปร popup reset password
|
const modalReset = ref<boolean>(false) //ตัวแปร popup reset password
|
||||||
const fullName = ref<string>('') //ชื่อผู้ใช้งาน
|
const fullName = ref<string>('') //ชื่อผู้ใช้งาน
|
||||||
|
|
@ -291,11 +291,6 @@ onMounted(async () => {
|
||||||
if (checkTokenParsed != null) {
|
if (checkTokenParsed != null) {
|
||||||
fullName.value = checkTokenParsed.name
|
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>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue