Ajuste em Massa - Paciente, Terapeuta, Clinica e Admin - Inicio agenda

This commit is contained in:
Leonardo
2026-02-22 17:56:01 -03:00
parent 6eff67bf22
commit 89b4ecaba1
77 changed files with 9433 additions and 1995 deletions

View File

@@ -44,13 +44,13 @@ function close () {
} catch {}
}
function goMyProfile () {
function goMyProfile() {
close()
// navegação segura por name
// Navegação segura para Account → Profile
safePush(
{ name: 'MeuPerfil' },
'/me/perfil'
{ name: 'account-profile' },
'/account/profile'
)
}
@@ -66,7 +66,7 @@ function goSettings () {
}
if (r === 'patient') {
router.push('/patient/conta')
router.push('/patient/portal')
return
}