| if (this.companyInfo.enterpriseFeatures) { | if (this.companyInfo.enterpriseFeatures) { | ||||
| this.uploadFileList.forEach(item => { | this.uploadFileList.forEach(item => { | ||||
| this.fileList.push({ | this.fileList.push({ | ||||
| url: item, | |||||
| url: this.formatImg(item), | |||||
| }); | }); | ||||
| }); | }); | ||||
| } | } |