This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-17 09:36:21 +07:00
parent 8302f3c94d
commit bb12748e04

View file

@ -54,10 +54,6 @@ onMounted(async () => {
if (checkAuthen) {
router.push('/')
}
console.log(
'import.meta.env.VITE_URL_LANDING',
import.meta.env.VITE_URL_LANDING
)
})
</script>