|
@@ -205,8 +205,8 @@ export default {
|
|
|
urlArr.push({
|
|
urlArr.push({
|
|
|
fileUrl: val.url,
|
|
fileUrl: val.url,
|
|
|
id: val.fileId,
|
|
id: val.fileId,
|
|
|
- fileType: val.fileType,
|
|
|
|
|
- fileName: val.fileName,
|
|
|
|
|
|
|
+ // fileType: val.fileType,
|
|
|
|
|
+ // fileName: val.fileName,
|
|
|
type: this.type,
|
|
type: this.type,
|
|
|
index: this.indexImg,
|
|
index: this.indexImg,
|
|
|
});
|
|
});
|