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,