|
@@ -21,10 +21,21 @@ export default [
|
|
|
// breadcrumbs: [{ name: "CarteirinhaPage", title: "ui.navigation.carteirinha", translate: true }],
|
|
// breadcrumbs: [{ name: "CarteirinhaPage", title: "ui.navigation.carteirinha", translate: true }],
|
|
|
// },
|
|
// },
|
|
|
// },
|
|
// },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: "/associado/parceiros",
|
|
|
|
|
+ name: "AssociadoParceirosPage",
|
|
|
|
|
+ component: () => import("pages/parceiros-convenios/ParceirosConveniosPage.vue"),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: { value: "ui.navigation.partners", translate: true },
|
|
|
|
|
+ description: { value: "page.associado.parceiros.description", translate: true },
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ breadcrumbs: [{ name: "AssociadoParceirosPage", title: "ui.navigation.partners", translate: true }],
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: "/associado/convenios",
|
|
path: "/associado/convenios",
|
|
|
name: "ConveniosPage",
|
|
name: "ConveniosPage",
|
|
|
- component: () => import("pages/parceiros-convenios/ParceirosConveniosPage.vue"),
|
|
|
|
|
|
|
+ component: () => import("pages/parceiros-convenios/ConveniosMedicosPage.vue"),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: { value: "ui.navigation.convenios", translate: true },
|
|
title: { value: "ui.navigation.convenios", translate: true },
|
|
|
description: { value: "page.associado.convenios.description", translate: true },
|
|
description: { value: "page.associado.convenios.description", translate: true },
|