diff --git a/src/router/index.js b/src/router/index.js index 15d7f12..68e33ac 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,32 +87,32 @@ export const constantRoutes = [ } ] }, - { - path: '/message', - component: Layout, - redirect: '/message/index', - children: [ - { - path: 'index', - component: () => import('@/views/message/index'), - name: 'Message', - meta: { title: '消息', icon: 'message' } - } - ] - }, - { - path: '/contacts', - component: Layout, - redirect: '/contacts/index', - children: [ - { - path: 'index', - component: () => import('@/views/contacts/index'), - name: 'Contacts', - meta: { title: '通讯录', icon: 'peoples' } - } - ] - }, + // { + // path: '/message', + // component: Layout, + // redirect: '/message/index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/message/index'), + // name: 'Message', + // meta: { title: '消息', icon: 'message' } + // } + // ] + // }, + // { + // path: '/contacts', + // component: Layout, + // redirect: '/contacts/index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/contacts/index'), + // name: 'Contacts', + // meta: { title: '通讯录', icon: 'peoples' } + // } + // ] + // }, { path: '/knowledge', component: Layout, @@ -126,19 +126,19 @@ export const constantRoutes = [ } ] }, - { - path: '/cases', - component: Layout, - redirect: '/cases/index', - children: [ - { - path: 'index', - component: () => import('@/views/cases/index'), - name: 'Cases', - meta: { title: '病例库', icon: 'example' } - } - ] - }, + // { + // path: '/cases', + // component: Layout, + // redirect: '/cases/index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/cases/index'), + // name: 'Cases', + // meta: { title: '病例库', icon: 'example' } + // } + // ] + // }, { path: '/utility', component: Layout, diff --git a/src/views/knowledge/index.vue b/src/views/knowledge/index.vue new file mode 100644 index 0000000..569a6b5 --- /dev/null +++ b/src/views/knowledge/index.vue @@ -0,0 +1,720 @@ +