From dbf72d21c7a85c87e1ae3eda6d907028b11ca24d Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Sat, 24 May 2025 14:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0files-upload.ts=E6=96=87?= =?UTF-8?q?=E4=BB=B6,=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/files-upload.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/api/files/files-upload.ts b/app/api/files/files-upload.ts index e50b6f2..b227f98 100644 --- a/app/api/files/files-upload.ts +++ b/app/api/files/files-upload.ts @@ -177,7 +177,8 @@ export async function uploadDocumentToServer( // 发送请求 // const response = await fetch(`${API_BASE_URL}/admin/documents/upload`, { - const response = await fetch('http://172.16.0.55:8000/admin/documents/upload', { + const response = await fetch('http://172.16.0.58:8008/admin/documents/upload', { + // const response = await fetch('http://172.16.0.55:8000/admin/documents/upload', { // const response = await fetch('http://172.16.0.119:8000/admin/documents/upload', { method: 'POST', headers: {