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 @@
+
+
+
+
+
+
+
+
+
+
+
+ 海信产品介绍
+
+
+
+ 公共教学视频
+
+
+
+ 个人收藏录像
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+ 自定义标签
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
{{ file.uploadTime }} 上传
+
{{ file.size }}
+
+
+
+
+
+
+
+
+
+
+ 暂无相关文件数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请选择视频文件(仅支持MP4格式)
+
+
+
+
+
+
+
+ 请选择PDF文件(仅支持PDF格式)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确认
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确认
+
+
+
+
+
+
+
+
\ No newline at end of file