Ver código fonte

AI古诗词中自动播放逻辑处理

liyanbo 1 mês atrás
pai
commit
83a98c7758
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/views/AIPage/aiGenerate/DialogContent.vue

+ 0 - 1
src/views/AIPage/aiGenerate/DialogContent.vue

@@ -378,7 +378,6 @@ const togglePlay = () => {
   if (isPlaying.value) {
     // 播放背景音
     playBackgroundAudio()
-    console.log("----", getIsPlaying(), conversationInProgress.value)
     if(!getIsPlaying() && !conversationInProgress.value){
       // 开始播放序列
       playSequence()