WuPeng
2022-05-13 bbf8ab93109cd5b4e2efaf96a6db12a11b55f3f8
web_src/src/components/dialog/devicePlayer.vue
@@ -681,7 +681,11 @@
          this.$axios({
            method: 'get',
            url: `/api/playback/seek/${this.streamId }/` + Math.floor(this.seekTime * val / 100000)
          }).then(function (res) {});
          }).then( (res)=> {
            setTimeout(()=>{
              this.$refs.videoPlayer.play(this.videoUrl)
            }, 600)
          });
        }
    }