|
|
@ -152,7 +152,7 @@ export default { |
|
|
|
async getVideoUrl(){ |
|
|
|
let {data,code} = await requestPost('/actual/base/videoMonitoring/getVideoUrl',{monitorCode:this.monitorCode}) |
|
|
|
if(code === 0){ |
|
|
|
this.url = data.replace('http://111.34.21.222:12080/',`${window.SITE_CONFIG['liveURL']}`) |
|
|
|
this.url = data.replace('https://111.34.21.222:12443/',`${window.SITE_CONFIG['liveURL']}`) |
|
|
|
this.play() |
|
|
|
} |
|
|
|
}, |
|
|
|