fix: 修复文件上传演示接口失效问题

This commit is contained in:
xiaoxian521
2026-01-09 12:17:54 +08:00
parent fcd28837b2
commit ebc92ba61c
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export const mapJson = (params?: object) => {
export const formUpload = data => {
return http.request<Result>(
"post",
"https://run.mocky.io/v3/3aa761d7-b0b3-4a03-96b3-6168d4f7467b",
"https://pureadmin.free.beeceptor.com/images",
{ data },
{
headers: {