fix 大屏管理

This commit is contained in:
zxr
2026-07-03 15:48:23 +08:00
parent b01a0f0979
commit 1ad0323715
2 changed files with 6 additions and 1 deletions

5
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,5 @@
allowBuilds:
esbuild: set this to true or false
less: set this to true or false
unrs-resolver: set this to true or false
vue-demi: set this to true or false

View File

@@ -6,7 +6,7 @@ const FtsUpload = (data: FormData, onUploadProgress?: (progress: number) => void
data.append('provider', 'local') data.append('provider', 'local')
data.append('bucket', 'visual') data.append('bucket', 'visual')
return request.post(`/fts/v1/uploader`, data, { return request.post(`/Assets/v1/fts/uploader`, data, {
headers: { headers: {
'Content-Type': 'multipart/form-data', 'Content-Type': 'multipart/form-data',
}, },