From 453f4bb9f7a42a31e3f9057104236ca1a1811401 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Mon, 30 Mar 2020 15:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QMPlusVuePage/src/api/autoCode.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QMPlusVuePage/src/api/autoCode.js b/QMPlusVuePage/src/api/autoCode.js index c81ea80e..2fd8c7b3 100644 --- a/QMPlusVuePage/src/api/autoCode.js +++ b/QMPlusVuePage/src/api/autoCode.js @@ -15,6 +15,7 @@ export const createTemp = (data) => { return service({ url: "/autoCode/createTemp", method: 'post', - data + data, + responseType: 'blob' }) } \ No newline at end of file -- GitLab