浏览代码

切换底图组件

shuhao 1 月之前
父节点
当前提交
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();
     }