linwenxin пре 1 година
родитељ
комит
dadf5e3f00
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/file-upload/index.vue

+ 1 - 1
src/components/file-upload/index.vue

@@ -144,7 +144,7 @@ export default {
       if (this.files && this.files.length > 0) {
         this.files.forEach(item => {
           if (this.checkFileType(item.url) == 'image') {
-            fileList.push(this.imageURL + item.url)
+            fileList.push(item.url)
           }
         })
       }