diff --git a/src/views/voice/recordPage/index.vue b/src/views/voice/recordPage/index.vue index 0b888ae..510b218 100644 --- a/src/views/voice/recordPage/index.vue +++ b/src/views/voice/recordPage/index.vue @@ -374,6 +374,7 @@ // proxy.$modal.msgSuccess("获取权限成功,开始录音"); nowword.value = "开始录音"; recorder.start(); + console.log(`开始录音`, parseTime(new Date())); //三秒钟后语音识别结束,并进入到下一步骤 setTimeout(() => { process.value = 2;