|
|
@@ -18,24 +18,4 @@ export default [
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'opportunities/:id',
|
|
|
- name: 'OpportunityDetailsPage',
|
|
|
- component: () =>
|
|
|
- import('src/pages/opportunities/components/OpportunityDetailsPage.vue'),
|
|
|
- meta: {
|
|
|
- title: 'Detalhes da oportunidade',
|
|
|
- requireAuth: true,
|
|
|
- breadcrumbs: [
|
|
|
- {
|
|
|
- name: 'DashboardPage',
|
|
|
- title: 'ui.navigation.dashboard'
|
|
|
- },
|
|
|
- {
|
|
|
- name: 'OpportunitiesPage',
|
|
|
- title: 'provider.dashboard.opportunities.title'
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
]
|