fix:uploadFilesFromPath 上传时,directory 存在 “[object Undefined]” 的情况

master
YunaiV 2025-08-17 10:33:08 +08:00
parent ef56dd4a2a
commit eca7bb81d3
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ function uploadCloudFiles(files, max = 5, onUploadProgress) {
});
}
function uploadFilesFromPath(path, directory) {
function uploadFilesFromPath(path, directory = '') {
// 目的:用于微信小程序,选择图片时,只有 path
return uploadFiles(
Promise.resolve({