mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 13:37:49 +08:00
Merge branch 'refs/heads/master' into dev/1078-newUI
This commit is contained in:
commit
7c5cee5d87
@ -208,15 +208,15 @@ export default {
|
|||||||
unPause: function() {
|
unPause: function() {
|
||||||
if (h265webPlayer[this._uid]) {
|
if (h265webPlayer[this._uid]) {
|
||||||
h265webPlayer[this._uid].play()
|
h265webPlayer[this._uid].play()
|
||||||
|
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||||
}
|
}
|
||||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
|
||||||
this.err = ''
|
this.err = ''
|
||||||
},
|
},
|
||||||
pause: function() {
|
pause: function() {
|
||||||
if (h265webPlayer[this._uid]) {
|
if (h265webPlayer[this._uid]) {
|
||||||
h265webPlayer[this._uid].pause()
|
h265webPlayer[this._uid].pause()
|
||||||
|
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||||
}
|
}
|
||||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
|
||||||
this.err = ''
|
this.err = ''
|
||||||
},
|
},
|
||||||
mute: function() {
|
mute: function() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user