From cbd249fec4909c793387682d508ccbaa2d8a0c0b Mon Sep 17 00:00:00 2001
From: ysn <2126564605@qq.com>
Date: Wed, 13 May 2026 17:15:17 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93-=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=90=AD=E5=BB=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 78 ++--
src/views/knowledge/index.vue | 720 ++++++++++++++++++++++++++++++++++
2 files changed, 759 insertions(+), 39 deletions(-)
create mode 100644 src/views/knowledge/index.vue
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