mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 修改上传的 httpurl 为 fileurl
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user