Browse Source

线上域名不更改问题

dongming
mk 9 months ago
parent
commit
9ad872e3be
  1. 2
      src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue

2
src/views/dataBoard/IoTPerception/Videosurveillance/cpts/videoDialog.vue

@ -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()
}
},

Loading…
Cancel
Save