From dcde3424b83aa30171bcc58f451c99d45f2c559f Mon Sep 17 00:00:00 2001 From: yueliuli <1628111725@qq.com> Date: Wed, 6 May 2026 17:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 8cd0e40..a0b7f22 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -74,7 +74,7 @@ async function runCheck(formEl: FormInstance | undefined) { isRunningCheck.value = true startTimer() if (ruleForm.function.includes('runAudioRecognition')) { - await runApiAudio('recognize', 'POST', { + await runApiAudio('recognize', 'GET', { path: vidPaths.value[vidPaths.value.indexOf(ruleForm.vidPath)], }) }