diff --git a/src/routes.js b/src/routes.js index cf4c53e1..852961ba 100644 --- a/src/routes.js +++ b/src/routes.js @@ -9,8 +9,8 @@ import Registro_4 from './components/registro_4.vue'; import Registro_5 from './components/registro_5.vue'; import Menu from './components/menu.vue'; export const routes = [ - { path: '/', component: Menu, name: 'menu' }, - { path: '/login', component: Login, name: 'login' }, + { path: '/menu', component: Menu, name: 'menu' }, + { path: '/', component: Login, name: 'login' }, { path: '/registro_1', component: Registro_1, name: 'registro_1' }, { path: '/registro_2', component: Registro_2, name: 'registro_2' }, { path: '/registro_3', component: Registro_3, name: 'registro_3' },