|  |  | 
 |  |  |   data() { | 
 |  |  |     return { | 
 |  |  |       fileList:null, | 
 |  |  |       uploadImgUrl: process.env.VUE_APP_API_PREFIX + '/public/upload?folder='+this.uploadData.folder | 
 |  |  |       uploadImgUrl: process.env.VUE_APP_API_PREFIX + '/visitsAdmin/cloudService/public/upload?folder='+this.uploadData.folder | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  | 
 |  |  |         this.$message.success('上传成功') | 
 |  |  |         this.$emit('uploadSuccess', { fileurl: data.imgaddr, fileurlFull: data.url, name: data.originname }) | 
 |  |  |       } else { | 
 |  |  |         this.$tip.apiFailed('上传失败') | 
 |  |  |         this.$message.error('上传失败') | 
 |  |  |       } | 
 |  |  |       this.$emit('uploadEnd') | 
 |  |  |     }, | 
 |  |  |     uploadError() { | 
 |  |  |       this.$tip.apiFailed('上传失败') | 
 |  |  |       this.$emit('endUpload') | 
 |  |  |       this.$message.error('上传失败') | 
 |  |  |       this.$emit('uploadEnd') | 
 |  |  |     }, | 
 |  |  |     // // 拦截 | 
 |  |  |     beforeFileUpload(file) { |