Browse Source

切换底图组件

shuhao 1 month ago
parent
commit
064749e586
1 changed files with 1 additions and 1 deletions
  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();
     }