|
|
@ -677,7 +677,7 @@ export default { |
|
|
top: 230, |
|
|
top: 230, |
|
|
bottom: 240, |
|
|
bottom: 240, |
|
|
right: 20, |
|
|
right: 20, |
|
|
left: 36, |
|
|
left: 50, |
|
|
textStyle: { |
|
|
textStyle: { |
|
|
color: "#fff" |
|
|
color: "#fff" |
|
|
} |
|
|
} |
|
|
@ -730,6 +730,8 @@ export default { |
|
|
fontSize: '12', |
|
|
fontSize: '12', |
|
|
}, |
|
|
}, |
|
|
formatter: '{value}', |
|
|
formatter: '{value}', |
|
|
|
|
|
align: 'left', |
|
|
|
|
|
margin: 40 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
series: series, |
|
|
series: series, |
|
|
@ -836,7 +838,7 @@ export default { |
|
|
// 创建播放实例 |
|
|
// 创建播放实例 |
|
|
initPlugin() { |
|
|
initPlugin() { |
|
|
let _that = this; |
|
|
let _that = this; |
|
|
const oWebControl0 = new window.WebControl({ |
|
|
let oWebControl0 = new window.WebControl({ |
|
|
szPluginContainer: 'camera0', // 指定容器id |
|
|
szPluginContainer: 'camera0', // 指定容器id |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortEnd: 15900, |
|
|
iServicePortEnd: 15900, |
|
|
@ -895,7 +897,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
initPlugin2() { |
|
|
initPlugin2() { |
|
|
let _that = this; |
|
|
let _that = this; |
|
|
const oWebControl1 = new window.WebControl({ |
|
|
let oWebControl1 = new window.WebControl({ |
|
|
szPluginContainer: 'camera1', // 指定容器id |
|
|
szPluginContainer: 'camera1', // 指定容器id |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortEnd: 15900, |
|
|
iServicePortEnd: 15900, |
|
|
@ -956,7 +958,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
initPlugin3() { |
|
|
initPlugin3() { |
|
|
let _that = this; |
|
|
let _that = this; |
|
|
const oWebControl2 = new window.WebControl({ |
|
|
let oWebControl2 = new window.WebControl({ |
|
|
szPluginContainer: 'camera2', // 指定容器id |
|
|
szPluginContainer: 'camera2', // 指定容器id |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortStart: 15900, // 指定起止端口号,建议使用该值 |
|
|
iServicePortEnd: 15900, |
|
|
iServicePortEnd: 15900, |
|
|
|