mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-16 02:27:50 +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() {
|
||||
if (h265webPlayer[this._uid]) {
|
||||
h265webPlayer[this._uid].play()
|
||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||
}
|
||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||
this.err = ''
|
||||
},
|
||||
pause: function() {
|
||||
if (h265webPlayer[this._uid]) {
|
||||
h265webPlayer[this._uid].pause()
|
||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||
}
|
||||
this.playing = h265webPlayer[this._uid].isPlaying()
|
||||
this.err = ''
|
||||
},
|
||||
mute: function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user