zuoyeshipin
This commit is contained in:
parent
f8ea630f61
commit
6adc906c06
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue