From a0cab6f7631ce8d26e8fb180bbd12b3055af7eb5 Mon Sep 17 00:00:00 2001 From: changDongFang <2628162102@qq.com> Date: Fri, 6 Jun 2025 14:08:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/utils/api.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/index/utils/api.js b/src/pages/index/utils/api.js index e516eff..c866da4 100644 --- a/src/pages/index/utils/api.js +++ b/src/pages/index/utils/api.js @@ -47,9 +47,6 @@ const getChunkList = (file) => { } export const uploadFileChunk = (data) => { - const header = { - authorization: TOKEN, - } let token = uni.getStorageSync('authorization') return uploadFiles('/artwork/upload-chunk', data) }