From f770fb6f0f2283057d28832d471477e902c096b4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 28 Jan 2026 13:18:29 +0700 Subject: [PATCH] fix:path upload --- src/components/Dialogs/DialogDebug.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialogs/DialogDebug.vue b/src/components/Dialogs/DialogDebug.vue index f90387068..492afe33d 100644 --- a/src/components/Dialogs/DialogDebug.vue +++ b/src/components/Dialogs/DialogDebug.vue @@ -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,