diff --git a/src/components/touch-btn/touch-btn.vue b/src/components/touch-btn/touch-btn.vue index 5a9c18ea..e32c5558 100644 --- a/src/components/touch-btn/touch-btn.vue +++ b/src/components/touch-btn/touch-btn.vue @@ -533,7 +533,7 @@ console.log('1号定时器纠错'); emit('submitVoice', { ossKey: '', text: '', recordId: recordId.value }); } - }, 4000); + }, 60000); } };