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