diff --git a/client/src/components/UserWidget.vue b/client/src/components/UserWidget.vue index efd9d31f..20a35268 100644 --- a/client/src/components/UserWidget.vue +++ b/client/src/components/UserWidget.vue @@ -1,21 +1,22 @@ diff --git a/client/src/router/index.js b/client/src/router/index.js index 467d02db..04edeed8 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -6,6 +6,7 @@ import book from '@/pages/book' import module from '@/pages/module' import rooms from '@/pages/rooms' import room from '@/pages/room' +import article from '@/pages/article' import p404 from '@/pages/p404' const routes = [ @@ -13,6 +14,7 @@ const routes = [ {path: '/module', name: 'module', component: module}, {path: '/rooms', name: 'rooms', component: rooms}, {path: '/room', name: 'room', component: room}, + {path: '/article', name: 'article', component: article}, { path: '/book', name: 'book',