diff --git a/client/src/components/TopNavigation.vue b/client/src/components/TopNavigation.vue index 79567e36..e933fa11 100644 --- a/client/src/components/TopNavigation.vue +++ b/client/src/components/TopNavigation.vue @@ -1,8 +1,8 @@ diff --git a/client/src/router/index.js b/client/src/router/index.js index eb1df0df..3c87da3f 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -1,6 +1,6 @@ import Vue from 'vue' import Router from 'vue-router' -import index from '@/pages/index' +// import index from '@/pages/index' import topic from '@/pages/topic' import book from '@/pages/book' import module from '@/pages/module' @@ -11,7 +11,7 @@ import basicknowledge from '@/pages/basicknowledge' import p404 from '@/pages/p404' const routes = [ - {path: '/', name: 'index', component: index}, + {path: '/', name: 'module', component: module}, {path: '/module', name: 'module', component: module}, {path: '/rooms', name: 'rooms', component: rooms}, {path: '/room/:slug', name: 'room', component: room, props: true},