Ajuste em Massa - Paciente, Terapeuta, Clinica e Admin - Inicio agenda
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user