zzs 2 месяцев назад
Родитель
Сommit
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