shuhao 1 месяц назад
Родитель
Сommit
064749e586
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/warningHome/components/chat_components/index.vue

+ 1 - 1
src/views/warningHome/components/chat_components/index.vue

@@ -394,7 +394,7 @@ const addSystemReply = (type = "system", textObject, callback) => {
                 clearInterval(headerInterval);
                 showContent();
             }
-        }, 50); // 50ms 逐字显示 header
+        }, 100); // 50ms 逐字显示 header
     } else {
         showContent();
     }