Commit a9b60058 authored by 黄奎's avatar 黄奎

上传文件修改

parent 2e851248
...@@ -1550,7 +1550,7 @@ ...@@ -1550,7 +1550,7 @@
var fileName = `${that.uuid(10,10)}.png`; var fileName = `${that.uuid(10,10)}.png`;
var path = `/newFeature`; var path = `/newFeature`;
that.uploadSelfBlob(path, newArr, x => { that.uploadSelfBlob(path, newArr, x => {
let allPath=that.domainManager().ViittoFileUrl+x.name; let allPath=that.domainManager().ViittoFileUrl+x.data.FilePath;
let i=e.target.id.split('_')[2]; let i=e.target.id.split('_')[2];
that.imgUrlChange(allPath) that.imgUrlChange(allPath)
}) })
......
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