fix:uploadFilesFromPath 上传时,directory 存在 “[object Undefined]” 的情况
parent
7b76e969af
commit
1ab9d97fce
|
@ -3,7 +3,7 @@ import request, { getAccessToken } from '@/sheep/request';
|
|||
|
||||
const FileApi = {
|
||||
// 上传文件
|
||||
uploadFile: (file, directory) => {
|
||||
uploadFile: (file, directory = '') => {
|
||||
uni.showLoading({
|
||||
title: '上传中',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue