From 3e608b2101526fc90a84f07f1584292095ef2010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 20 Dec 2024 17:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=A1=88=E4=BE=8B=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- src/assets/icons/svg/video.svg | 1 + src/router/index.js | 2 +- src/views/index.vue | 212 +++++++++++++++++++++++++++++- src/views/jichuang/case/table.vue | 2 +- 5 files changed, 215 insertions(+), 5 deletions(-) create mode 100644 src/assets/icons/svg/video.svg diff --git a/package.json b/package.json index 71ccd19..755d1d2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,8 @@ "vue": "3.4.31", "vue-cropper": "1.1.1", "vue-router": "4.4.0", - "vuedraggable": "4.1.0" + "vuedraggable": "4.1.0", + "xgplayer": "^3.0.14" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.5", diff --git a/src/assets/icons/svg/video.svg b/src/assets/icons/svg/video.svg new file mode 100644 index 0000000..27612ad --- /dev/null +++ b/src/assets/icons/svg/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index ad6ed5d..49030b9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -70,7 +70,7 @@ export const constantRoutes = [ path: "/index", component: () => import("@/views/index"), name: "Index", - meta: { title: "首页", icon: "dashboard", affix: true }, + meta: { title: "极创案例", icon: "dashboard", affix: true }, }, ], }, diff --git a/src/views/index.vue b/src/views/index.vue index f8c331c..4ef0fc2 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,8 +1,216 @@ - + diff --git a/src/views/jichuang/case/table.vue b/src/views/jichuang/case/table.vue index 89586f4..0b21e62 100644 --- a/src/views/jichuang/case/table.vue +++ b/src/views/jichuang/case/table.vue @@ -75,7 +75,7 @@ v-model="form.video" :limit="1" :fileSize="40" - :fileType="['mp4', 'wmv']" + :fileType="['mp4']" >