소스 검색

录制动词改成1000帧

zzs 2 달 전
부모
커밋
2fe5b177f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bidding-ui/src/views/mine/tenderOfferDetail.vue

+ 1 - 1
bidding-ui/src/views/mine/tenderOfferDetail.vue

@@ -339,7 +339,7 @@ export default {
       _this.stopFn = new rrweb.record({
         emit (event) {
           // 用任意方式存储 event
-          if (_this.recoreEvent.length > 60) {
+          if (_this.recoreEvent.length > 1000) {
             if (_this.stopFn) {
               _this.stopFn()
               _this.stopFn = null