forms/imagePicker/CImagePicker.vue
@@ -175,7 +175,10 @@ }); }, $uploadImage(callback) { const url = $hostBoot.getHost() + $fetchCommon.getUploadImgURL(); let url = $fetchCommon.getUploadImgURL(); if (url.indexOf('http') < 0) { url = $hostBoot.getHost() + url; } const uploadTeam = []; const imgs = []; this.files.forEach(file => {