From 5b7ac6b1d1f63df5726dcb730f58d67197103998 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Wed, 26 Jun 2024 00:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/Fileslicing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/Fileslicing.js b/src/utils/Fileslicing.js index 7c83b8d0..337c3f4c 100644 --- a/src/utils/Fileslicing.js +++ b/src/utils/Fileslicing.js @@ -26,7 +26,7 @@ async function Fileslicing(vueInstance, file, done, column) { try { // 发起分片上传请求 const response = await axios.post( - "/api/blade-resource-pref/oss/endpoint/chunk", + "/api/blade-resource/oss/endpoint/chunk", formData, { headers: { @@ -59,7 +59,7 @@ async function Fileslicing(vueInstance, file, done, column) { totalChunks: totalChunks, }; const Stresponse = await axios.post( - "/api/blade-resource-pref/oss/endpoint/mergeFile?code=aliyunoss", + "/api/blade-resource/oss/endpoint/mergeFile?code=aliyunoss", fileData, { headers: {