文件上传下载修正

This commit is contained in:
2025-12-20 15:14:44 +08:00
parent 9b6e959973
commit 81508a1fdc
28 changed files with 1059 additions and 192 deletions

View File

@@ -76,8 +76,8 @@ const devConfig: AppRuntimeConfig = {
file: {
// 同样走代理,保持与 api.baseUrl 一致
downloadUrl: '/api/file/download/',
uploadUrl: '/api/file/upload',
downloadUrl: '/api/urban-lifeline/file/download/',
uploadUrl: '/api/urban-lifeline/file/upload',
maxSize: {
image: 5,
video: 100,