From 6ae0aca099142b150dc26e18b4823b088e63fe59 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 9 Nov 2022 13:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=B5=84=E6=BA=90=E6=8C=89?= =?UTF-8?q?=E9=9C=80=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/am/monitor.vue | 14 -------------- src/views/bigScreen/index.vue | 1 - 2 files changed, 15 deletions(-) diff --git a/src/views/am/monitor.vue b/src/views/am/monitor.vue index 1465bca5..3cc3f8aa 100644 --- a/src/views/am/monitor.vue +++ b/src/views/am/monitor.vue @@ -206,20 +206,6 @@ export default { that.channelCode = row.channelCode; that.channelName = row.channelName; that.limitedVisible = true; - - // that.$API.am.video.item.req(this.params).then((res) => { - // this.url = res.url; - // if (flvjs.isSupported()) { - // let videoElement = document.getElementById("videoElement"); - // that.flvPlayer = flvjs.createPlayer({ - // type: "flv", - // url: res.url, - // }); - // that.flvPlayer.attachMediaElement(videoElement); - // that.flvPlayer.load(); - // that.flvPlayer.play(); - // } - // }); }, viewClose() { this.limitedVisible = false; diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index 2ddc0ae1..33109f9f 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -796,7 +796,6 @@ export default { let host = window.location.host; let jsUrl = host.indexOf('localhost')>-1?'http://222.222.144.147:6013/jsmap/jsmap.js':host+'/jsmap/jsmap.js'; that.loadScript('mapId',jsUrl, () => { - debugger; window.map = new jsmap.JSMap({ mapType: jsmap.JSMapType.MAP_3D, container: 'mapContainer',