fix: 修改上传的 httpurl 为 fileurl

This commit is contained in:
奔跑的面条
2023-05-08 20:15:20 +08:00
parent f37264fdbb
commit fe87d0e433
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export const uploadFile = async (data: object) => {
* 文件地址
*/
fileName: string,
httpurl: string,
fileurl: string,
}>(`${ModuleTypeEnum.PROJECT}/upload`, data, ContentTypeEnum.FORM_DATA)
return res
} catch {