feat: optimización integral y auditoría de rendimiento SIBU 2.0.1

This commit is contained in:
2026-03-01 17:35:13 -05:00
parent 66b76cee61
commit 6ae0e7b0bf
14 changed files with 917 additions and 2170 deletions

View File

@ -17,9 +17,7 @@ const favoritesStore = useFavoritesStore()
const isSplashScreen = computed(() => route.name === 'splash')
const isAuthScreen = computed(() => {
const name = route.name?.toString().toLowerCase() || ''
const path = route.path.toLowerCase()
return name.includes('auth') || path.includes('/login') || path.includes('/register')
return route.path === '/login' || route.path === '/register' || route.name === 'auth'
})
onMounted(() => {