flx:修改安全图片问题
This commit is contained in:
parent
1c557569d1
commit
4ee0c5aefa
@ -3123,7 +3123,7 @@ export default {
|
||||
return dataList
|
||||
.map((item) => {
|
||||
let imgArr = item.split("*");
|
||||
let obj = { name: imgArr[0], url: imgArr[1] };
|
||||
let obj = { name: imgArr[0], url: imgArr[1].includes("http") ? imgArr[1] : `${this.fileUrl}${imgArr[1]}` };
|
||||
return obj;
|
||||
})
|
||||
.filter((item) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user