From 6adc906c06399f64b8d55602079605b7eccd6a76 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 20 Feb 2023 09:27:16 +0800 Subject: [PATCH] zuoyeshipin --- src/views/bigScreen/index.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index 20f96278..38be20e3 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -850,13 +850,6 @@ export default { scriptInfo.setAttribute("data-callType", "callScript"); scriptInfo.src = "https://cdn.bootcdn.net/ajax/libs/flv.js/1.6.2/flv.js"; document.head.appendChild(scriptInfo); - - - // var scriptInfo = document.createElement("script"); - // scriptInfo.setAttribute("data-callType", "callScript"); - // // scriptInfo.src = "https://cdn.bootcdn.net/ajax/libs/flv.js/1.6.2/flv.js"; - // scriptInfo.src = "../../../src/utils/flv.js"; - // document.head.appendChild(scriptInfo); }, mounted() { let that = this; @@ -869,7 +862,6 @@ export default { that.showTime(); }, 1000); let host = window.location.host; - // let jsUrl = host.indexOf('localhost')>-1?'http://222.222.144.147:6013/jsmap/jsmap.js':host+'/jsmap/jsmap.js'; let jsUrl = '/jsmap/jsmap.js'; that.loadScript('mapId',jsUrl, () => { window.map = new jsmap.JSMap({ @@ -1085,7 +1077,6 @@ export default { let areaTableHeight = domHeight - height3 - 50; this.areaTableHeight = areaTableHeight; document.getElementsByClassName('cockpit-info')[0].style.height = domHeight + 'px'; - // document.getElementsByClassName('area-info-body')[0].style.height = simpleBodyHeight + 'px'; }, computed:{ bgmSrc:function(){