From 94bdf36597e6c6b3a15189c1baaad3fc5c313fa7 Mon Sep 17 00:00:00 2001 From: xc Date: Tue, 16 Sep 2025 17:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=8F=91=E9=80=81=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/afvue/src/api/scinfo.js | 9 +++++++++ vue/afvue/src/views/Sfilecompare.vue | 13 ++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/vue/afvue/src/api/scinfo.js b/vue/afvue/src/api/scinfo.js index 022a2f8..42b015d 100644 --- a/vue/afvue/src/api/scinfo.js +++ b/vue/afvue/src/api/scinfo.js @@ -51,3 +51,12 @@ export function GetFileList(param){ params: param }) } + +// 发送zip文件 +export function SendZipFile(data){ + return axios({ + url: '/sendZip', + method: 'POST', + data + }) +} diff --git a/vue/afvue/src/views/Sfilecompare.vue b/vue/afvue/src/views/Sfilecompare.vue index d48788e..09cd51a 100644 --- a/vue/afvue/src/views/Sfilecompare.vue +++ b/vue/afvue/src/views/Sfilecompare.vue @@ -97,7 +97,7 @@