From b50e24b5203f554207d3e957ec6be2a1cb23dc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A0=95=E8=99=AB?= <294381733@qq.com> Date: Thu, 20 Oct 2022 01:57:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/utils/http/axios/Axios.ts.=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dupload=E7=BB=84=E4=BB=B6=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=88=90=E5=8A=9F=EF=BC=8C=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=8D=B4=E6=98=BE=E7=A4=BA=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蠕虫 <294381733@qq.com> --- src/utils/http/axios/Axios.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/http/axios/Axios.ts b/src/utils/http/axios/Axios.ts index 5113cf8..57d0af4 100644 --- a/src/utils/http/axios/Axios.ts +++ b/src/utils/http/axios/Axios.ts @@ -167,6 +167,7 @@ export class VAxios { createMessage.error(res.data.message); } } + return res; }); } -- Gitee