feat: 删除无用代码

This commit is contained in:
常东方 2025-06-06 14:08:57 +08:00
parent f9b959f3d4
commit a0cab6f763

View File

@ -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)
}