Commit 2dae58f2 authored by Damon's avatar Damon

fix: 上传进度

parent 79c9852b
......@@ -13,7 +13,7 @@ export default {
onEachUpdate: res => {
console.log("上传成功返回:",res);
},
Update: res => {
onProgressUpdate: res => {
console.log("上传进度返回:",res);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment