elmer-20 2 months ago
parent 210cca52c6
commit f3a46a0f2d

@ -46,12 +46,13 @@ const routes = [
name: 'extraordinario', name: 'extraordinario',
component: () => import('../components/WebPageSections/navbarcontent/Extraordinario.vue') component: () => import('../components/WebPageSections/navbarcontent/Extraordinario.vue')
}, },
{ {
path: '/modalidades/general', path: '/modalidades/general',
name: 'general', name: 'general',
component: () => import('../components/WebPageSections/navbarcontent/General.vue') component: () => import('../components/WebPageSections/navbarcontent/General.vue')
}, },
<<<<<<< Updated upstream
// { // {
// path: '/programas/ingenierias', // path: '/programas/ingenierias',
// name: 'ingenierias', // name: 'ingenierias',
@ -64,6 +65,18 @@ const routes = [
// }, // },
=======
{
path: '/programas/ingenierias',
name: 'ingenierias',
component: () => import('../components/WebPageSections/perfiles/ing/CarrerasIng.vue')
},
{
path: '/programas/ingenierias/:id',
name: 'ingenierias-detalle',
component: () => import('../components/WebPageSections/perfiles/ing/Detalles.vue')
},
>>>>>>> Stashed changes
{ {
path: '/portal-postulante', path: '/portal-postulante',

Loading…
Cancel
Save