From 0ade339435869d89ef758e7bd30430fbbd58216b Mon Sep 17 00:00:00 2001 From: liuhuibin <1650243281@qq.com> Date: Mon, 27 Apr 2026 14:54:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0HLS=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=94=AF=E6=8C=81=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8B=9B=E6=A0=87=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/components/layout/GlobalShell.vue | 32 +- src/router/modules/tendering.js | 8 + src/views/supervision/video/index.vue | 394 +++++--- src/views/tendering/award/index.vue | 27 +- src/views/tendering/task/index.vue | 1281 +++++++++++++++++++++++++ 6 files changed, 1599 insertions(+), 144 deletions(-) create mode 100644 src/views/tendering/task/index.vue diff --git a/package.json b/package.json index 2709f2d..4b95adf 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "axios": "^1.7.7", "element-plus": "^2.8.1", + "hls.js": "^1.6.16", "less": "^4.2.0", "naive-ui": "^2.44.1", "vue": "^3.4.37", diff --git a/src/components/layout/GlobalShell.vue b/src/components/layout/GlobalShell.vue index 12aedd3..6acd063 100644 --- a/src/components/layout/GlobalShell.vue +++ b/src/components/layout/GlobalShell.vue @@ -20,11 +20,7 @@ 'menu-entry--children': Boolean(item.children?.length), }" > - @@ -49,22 +45,11 @@
- - +