From c553d470f2a648942f3fbd6393a5c7e9eea27f11 Mon Sep 17 00:00:00 2001 From: Ycc Date: Tue, 11 Nov 2025 14:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=80=9A=E8=BF=87=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E6=8F=90=E4=BA=A4=EF=BC=8C=E8=A7=A3=E5=86=B3=E8=B7=A8?= =?UTF-8?q?=E5=9F=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Feedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/Feedback.js b/src/stores/Feedback.js index cc1e4c4..aa3f778 100644 --- a/src/stores/Feedback.js +++ b/src/stores/Feedback.js @@ -14,7 +14,7 @@ const { HT_HOST } = config; */ export const save_database = async (GRI_SN, travelAgencyId, file) => { try { - await postJSON(`${HT_HOST}/ht3-multimodal/multimodal/overseas_image_records`, { + await postJSON(`/ht3-multimodal/multimodal/overseas_image_records`, { VPI_GRI_SN: parseInt(GRI_SN), VPI_VEI_SN: parseInt(travelAgencyId), VPI_PicNum: file.length