yj #4

Merged
yj merged 2 commits from yj into master 2024-09-22 13:44:29 +08:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit bad452a34b - Show all commits

View File

@ -476,8 +476,6 @@ const User: React.FC = () => {
file.onchange = async () => {
const setting = await JSON.parse(storage.getItem('setting') as string)
const fileInfo = file.files[0];
console.log(fileInfo);
return
const formData = new FormData();
formData.append("file", fileInfo);
await PostUserImport(formData).then(res => {