From a424c774bd25f2567cb9a5bd90e72252f9ceaf12 Mon Sep 17 00:00:00 2001 From: ybc <2483488988@qq.com> Date: Mon, 10 Nov 2025 16:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= 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 bbee957..943c787 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 fetch(`http://202.103.70.124:8007/multimodal/overseas_image_records`, { + await fetch(config.HT_HOST+`/ht3-multimodal/multimodal/overseas_image_records`, { method: "POST", headers: { "Content-Type": "application/json",