From 7d5250225fdc6eabf20024a5fbf4caa13cbb8de4 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sat, 8 Feb 2025 14:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=88=E7=AB=AF=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=B7=A1=E6=A3=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../video/FixedCameraInspection.vue | 3 +- .../components/video/components/Player.vue | 78 +- .../components/video/components/VideoPlay.vue | 17 +- .../video/components/videoPlayNew.vue | 702 ++++++++++++++++++ vue.config.js | 2 +- 5 files changed, 713 insertions(+), 89 deletions(-) create mode 100644 src/views/screen/components/video/components/videoPlayNew.vue diff --git a/src/views/screen/components/video/FixedCameraInspection.vue b/src/views/screen/components/video/FixedCameraInspection.vue index 858e1cb..dfb5a9e 100644 --- a/src/views/screen/components/video/FixedCameraInspection.vue +++ b/src/views/screen/components/video/FixedCameraInspection.vue @@ -39,7 +39,8 @@ diff --git a/src/views/screen/components/video/components/VideoPlay.vue b/src/views/screen/components/video/components/VideoPlay.vue index 7f0a762..0a6f20a 100644 --- a/src/views/screen/components/video/components/VideoPlay.vue +++ b/src/views/screen/components/video/components/VideoPlay.vue @@ -93,13 +93,13 @@ > 4路 - + @@ -127,10 +127,7 @@
-
- -
- +
@@ -554,9 +551,9 @@ export default { }, }, - mounted() { - this.getDeviceList() - }, + // mounted() { + // this.getDeviceList() + // }, } diff --git a/src/views/screen/components/video/components/videoPlayNew.vue b/src/views/screen/components/video/components/videoPlayNew.vue new file mode 100644 index 0000000..7f0a762 --- /dev/null +++ b/src/views/screen/components/video/components/videoPlayNew.vue @@ -0,0 +1,702 @@ + + + + + + diff --git a/vue.config.js b/vue.config.js index cb8ac31..551f0a5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,7 +38,7 @@ module.exports = { // target: `http://localhost:18080`, // target: 'http://192.168.0.176:18080', // target: 'http://192.168.0.58:19090', // 杰 - // target: 'http://192.168.0.14:19090', // 测试 + // target: 'http://192.168.0.14:18080', // 测试 target: 'http://218.21.27.6:1999/prod-api', // 测试 // target: 'http://192.168.0.38:18080', // 郝 changeOrigin: true,