chores: updates

This commit is contained in:
Tristan Yang
2023-07-27 19:15:20 +08:00
parent 32b4793aed
commit 44e4ff3ec5
16 changed files with 9 additions and 27 deletions
-1
View File
@@ -70,7 +70,6 @@ const useUploadFile = (props?: IProps) => {
size: file_size
} = file;
console.log("file type", file_type);
// 生成 file id
const resp = await prepareUploadFile({
content_type: file_type,