liyongli 2 years ago
parent
commit
c7ae537d0b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/view/chatGptChat/textShow.vue

+ 0 - 1
src/view/chatGptChat/textShow.vue

@@ -15,7 +15,6 @@ let t = window.setInterval(() => {
   if (index++ >= li.length) return window.clearInterval(t);
   if (li[index] === '^') EleText.value += '<br />';
   else EleText.value += li[index] || '';
-  console.log(EleText.value);
 }, 50);
 </script>
 <style lang="scss"></style>