去掉部分console

This commit is contained in:
2025-12-29 10:36:55 +08:00
parent 14af7b8b20
commit 6393e78ed5
3 changed files with 41 additions and 41 deletions

View File

@@ -365,7 +365,7 @@ onMounted(async () => {
})
onUnmounted(()=>{
console.log('清理TTS资源')
// console.log('清理TTS资源')
cleanup()
})