Skip to content

Commit

Permalink
add upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zark committed Feb 6, 2018
1 parent 7f7dbee commit 24981fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
console.log(file, fileList);
},
handlePictureCardPreview(file) {
this.dialogImageUrl = file.response.data;
this.dialogImageUrl = 'http://wxxcx-cdn.dtxn.net'+file.response.data;
this.dialogVisible = true;
}
}
Expand Down

0 comments on commit 24981fa

Please sign in to comment.