mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
img拼接
This commit is contained in:
@@ -255,6 +255,7 @@ export default {
|
||||
if (res.result == 0) {
|
||||
for (let i = 0; i < res.content.length; i++) {
|
||||
res.content[i].isShowImg = true
|
||||
res.content[i].imgUrl=encodeURIComponent(config.imgDomain + '/returnDirectStream?imgPath=' +res.content[i].imgUrl)
|
||||
}
|
||||
this.headerList = res.content
|
||||
console.log(this.headerList)
|
||||
|
||||
Reference in New Issue
Block a user