Compare commits
No commits in common. "bacbf18ad338b64932133171be44c5e95c7b571a" and "b5a6a2c4caa2e966d8910abec60cd931a8c5af70" have entirely different histories.
bacbf18ad3
...
b5a6a2c4ca
@ -81,8 +81,7 @@
|
||||
<div class="left-view" v-if="deviceName != 30">
|
||||
<div ref="monitor" class="monitor" id="monitor">
|
||||
<!-- <video ref="videoPlayer" class="video-js" id="video-js"></video> -->
|
||||
<img v-if="imgUrl" style="width: 100%;height: 100%;" :src="imgUrl" alt="">
|
||||
<div v-else ref="videoPlayer" class="video-js" id="video-js"></div>
|
||||
<div ref="videoPlayer" class="video-js" id="video-js"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right" id="realTime-line"></div>
|
||||
@ -485,7 +484,6 @@ export default {
|
||||
indexs: 1,
|
||||
player: null,
|
||||
url: '',
|
||||
imgUrl:'',
|
||||
timer: null,
|
||||
deviceName: 1,
|
||||
deviceState: 1,
|
||||
@ -1006,8 +1004,6 @@ export default {
|
||||
if (res.data.code == 200) {
|
||||
this.url = res.data.data.ezopen
|
||||
this.createVideoNew(res.data.data.accesstoken)
|
||||
}else{
|
||||
this.imgUrl=nowDevice.hls
|
||||
}
|
||||
})
|
||||
}
|
||||
@ -1122,8 +1118,6 @@ export default {
|
||||
if (res.data.code == 200) {
|
||||
this.url = res.data.data.ezopen
|
||||
this.createVideoNew(res.data.data.accesstoken)
|
||||
}else{
|
||||
this.imgUrl=nowDevice.hls
|
||||
}
|
||||
})
|
||||
}
|
||||
|
@ -9,8 +9,7 @@
|
||||
<div class="left-view" v-if="deviceName != 30">
|
||||
<div ref="monitor" class="monitor" id="monitor">
|
||||
<!-- <video ref="videoPlayer" class="video-js" id="video-js"></video> -->
|
||||
<img v-if="imgUrl" class="video-js" :src="imgUrl" alt="">
|
||||
<div v-else ref="videoPlayer" class="video-js" id="video-js"></div>
|
||||
<div ref="videoPlayer" class="video-js" id="video-js"></div>
|
||||
<div class="video-control">
|
||||
<div class="video-btn-big">
|
||||
<div class="top" @mousedown="downStart(0)">
|
||||
@ -74,7 +73,6 @@ export default {
|
||||
deviceState: 1,
|
||||
statusInterval: null,//status状态的Interval
|
||||
player: null,
|
||||
imgUrl:'',
|
||||
url: '',
|
||||
nowNum: -1,
|
||||
}
|
||||
@ -214,8 +212,6 @@ export default {
|
||||
this.url = res.data.data.ezopen
|
||||
this.accesstoken = res.data.data.accesstoken
|
||||
this.createVideoNew(res.data.data.accesstoken)
|
||||
}else{
|
||||
this.imgUrl=nowDevice.hls
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user