From 65e828b875569eb53cfe043d14c30c9ea45c0db5 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 9 Mar 2025 10:19:03 +0800 Subject: [PATCH] update --- src/components/ImageRecognition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ImageRecognition.vue b/src/components/ImageRecognition.vue index b2ad9b1..d8ccfe1 100644 --- a/src/components/ImageRecognition.vue +++ b/src/components/ImageRecognition.vue @@ -128,7 +128,7 @@ export default { const controller = new AbortController() const timeoutId = setTimeout(() => controller.abort(), 60000) // 60秒超时 - const response = await apiClient.post('/api/ai/extract_pickup_code', formData, { + const response = await apiClient.post('/api/ai/recognition/pickup_code', formData, { headers: { 'Content-Type': 'multipart/form-data' },