Commit a9b273f3 authored by 华国豪's avatar 华国豪 🙄
parents 275a90f7 b10312e5
...@@ -283,7 +283,7 @@ export default { ...@@ -283,7 +283,7 @@ export default {
var imgUrl = this.domainManager().ViittoFileUrl + x.data.FilePath; var imgUrl = this.domainManager().ViittoFileUrl + x.data.FilePath;
obj.Path = str; obj.Path = str;
obj.ShowPath = imgUrl; obj.ShowPath = imgUrl;
this.uploadImageFile(obj.Path); this.uploadImageFile(x.data.FilePath);
}); });
}, },
//上传图片方法 //上传图片方法
......
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