This commit is contained in:
pushuo 2022-07-22 14:41:43 +08:00
parent 1a622c5bbc
commit e7c4f56968
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@
var formData = new FormData();
formData.append("file", file.file, file.file.name);
formData.append("path", this.folderCurrent);
newFile = {
// index: this.images.length,