Parcourir la source

切换底图组件

shuhao il y a 2 mois
Parent
commit
064749e586
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     }