[feat] 新增项目信息管理模块

This commit is contained in:
2024-07-06 20:22:49 +08:00
parent 265dc4cdc8
commit 14a8fc6434
8 changed files with 758 additions and 45 deletions

View File

@ -43,3 +43,8 @@ export const createFile = (data: any) => {
export const updateFile = (data: any) => {
return request.upload({ url: '/infra/file/upload', data })
}
// 上传文件
export const updateFileEx = (data: any) => {
return request.upload({ url: '/infra/file/uploadEx', data })
}