Commit a01ac0ab authored by zhengke's avatar zhengke

no message

parent abaabc29
......@@ -140,7 +140,7 @@ const insertImageElement = async (files: FileList) => {
gid: GroupId.value
}
let filePath="/Upload/User/";
let name = new Date().getTime()+".png"
let name = new Date().getTime()
let url = await AliyunUpload.UploadCloudDisk(files[0], `${name}`, parms);
if(url) Search()
}
......
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