fix:path upload

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-28 13:18:29 +07:00
parent a6dc8dd00f
commit f770fb6f0f

View file

@ -116,7 +116,7 @@ async function uploadProfile(code: string) {
fileName: file.name,
}));
const res = await http.post(
config.API.file("issueAttachments", "documents", code),
config.API.file("issueAttachments", formData.system, code),
{
replace: false,
fileList: fileName,