Commit 8bf6775b authored by lijiawei's avatar lijiawei

新增 调整返回的文件名

parent 259a69b0
......@@ -88,7 +88,9 @@ class Utils {
});
}
console.log("---> upload done");
return resolve(options.Key);
return resolve({
filename: options.Key
});
}
});
});
......
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