Commit 249473cc authored by Damon's avatar Damon

fix: 上传身份证路径修改

parent b4dccb1a
......@@ -153,8 +153,8 @@ export default {
onEachUpdate(res){
// 多文件上传每个文件上传成功触发
if(imgList.length>res.fileIndex){
imgList[res.fileIndex].key = res.url
imgList[res.fileIndex].src = uploader.qiniuTokenObj.visitPrefix + res.url
imgList[res.fileIndex].key = res.key
imgList[res.fileIndex].src = res.key // uploader.qiniuTokenObj.visitPrefix + res.key
}
self.imgList = imgList
},
......
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