Commit b0ab5610 authored by zhengke's avatar zhengke

云盘名称

parent f4602436
...@@ -202,7 +202,7 @@ const insertImageElement = async (files: FileList) => { ...@@ -202,7 +202,7 @@ const insertImageElement = async (files: FileList) => {
return; return;
} }
let parms = { let parms = {
fname: name[0], fname: files[0].name,
gid: queryObj.CloudGroupId, gid: queryObj.CloudGroupId,
hi: hash hi: hash
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment