We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd8664 commit 72db783Copy full SHA for 72db783
Vue.H5/src/components/VolVanUploader.vue
@@ -113,7 +113,7 @@ export default {
113
this.http.post(this.url, forms, true).then(x => {
114
console.log(x);
115
var _urls = _files.map(item => {
116
- return { url: this.http.ipAddress + x.data + "/" + item.name };
+ return { url: this.http.ipAddress + x.data + item.name };
117
})
118
this.files.push(..._urls);
119
0 commit comments