fix:uploadFilesFromPath 上传时,directory 存在 “[object Undefined]” 的情况
parent
ef56dd4a2a
commit
eca7bb81d3
|
@ -175,7 +175,7 @@ function uploadCloudFiles(files, max = 5, onUploadProgress) {
|
|||
});
|
||||
}
|
||||
|
||||
function uploadFilesFromPath(path, directory) {
|
||||
function uploadFilesFromPath(path, directory = '') {
|
||||
// 目的:用于微信小程序,选择图片时,只有 path
|
||||
return uploadFiles(
|
||||
Promise.resolve({
|
||||
|
|
Loading…
Reference in New Issue