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