Commit 013a3c55 authored by Mac's avatar Mac

1

parent e2546370
......@@ -257,9 +257,7 @@
if(x.ImageList.length>0){
x.ImageList.forEach(j=>{
if(j.Path!='' && j.Path.indexOf('http://') ==-1){//对图片地址的不对做处理
console.log(j.Path)
j.Path= j.Path.replace('http:/','http://')
console.log(j.Path)
}
})
}
......
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