This commit is contained in:
Cold
2025-12-26 15:35:18 +08:00
2 changed files with 99 additions and 62 deletions

View File

@@ -76,7 +76,7 @@ export function uploadAssetImage(file: File) {
const formData = new FormData();
formData.append('file', file);
return newService({
url: '/assets/asset/Uploadimage',
url: '/oss/file/uploadFile',
method: 'post',
data: formData,
headers: {