src/main/java/com/genersoft/iot/vmp/utils/DateUtil.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_src/src/components/dialog/devicePlayer.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/genersoft/iot/vmp/utils/DateUtil.java
@@ -14,7 +14,7 @@ /** * 全局时间工具类 * @author swwheihei * @author lin */ public class DateUtil { 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) }); } }