fix: restaurar link CFG→/categorias no nav e corrigir redirect
REC. → /recorrencias, CFG → /categorias (categorias voltam a ser acessíveis). Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
@@ -50,6 +50,7 @@ const navItems = [
|
|||||||
{ to: '/contas', label: 'CONTAS' },
|
{ to: '/contas', label: 'CONTAS' },
|
||||||
{ to: '/personagem', label: 'PERS.' },
|
{ to: '/personagem', label: 'PERS.' },
|
||||||
{ to: '/recorrencias', label: 'REC.' },
|
{ to: '/recorrencias', label: 'REC.' },
|
||||||
|
{ to: '/categorias', label: 'CFG' },
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const router = createRouter({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/configuracoes',
|
path: '/configuracoes',
|
||||||
redirect: '/recorrencias',
|
redirect: '/categorias',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user