fix: fileconfig

This commit is contained in:
xingyu
2022-12-06 20:51:02 +08:00
parent 4397d47da1
commit 82fb1eb08e
2 changed files with 14 additions and 14 deletions

View File

@ -42,7 +42,7 @@ export const getFileConfigApi = (id: number) => {
// 更新文件配置为主配置
export const updateFileConfigMasterApi = (id: number) => {
return request.get({ url: '/infra/file-config/update-master?id=' + id })
return request.put({ url: '/infra/file-config/update-master?id=' + id })
}
// 新增文件配置