Explorar el Código

录制动词改成1000帧

zzs hace 2 meses
padre
commit
2fe5b177f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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