Skip to content

Commit

Permalink
Update singleUpload.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 25, 2019
1 parent 6a6e5de commit 6b8c563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Upload/singleUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
key: '',
ossaccessKeyId: '',
dir: '',
host: ''
host: '',
// callback:'',
},
dialogVisible: false
};
Expand All @@ -84,6 +85,7 @@
_self.dataObj.key = response.data.dir + '/${filename}';
_self.dataObj.dir = response.data.dir;
_self.dataObj.host = response.data.host;
// _self.dataObj.callback = response.data.callback;
resolve(true)
}).catch(err => {
console.log(err)
Expand Down

0 comments on commit 6b8c563

Please sign in to comment.