From 08601a898879a1a079ddf3668d91dab42a0e1214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1927461050@qq.com> Date: Mon, 27 Apr 2026 10:11:59 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=9D=83=E9=99=90=E5=8A=A0=E5=9C=A8=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=A4=B4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index c45f978..bea06c5 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -75,7 +75,7 @@ service.interceptors.request.use( typeof config.data.auth != 'undefined' ) { config.headers.Auth = config.data.auth; - // delete config.data.auth + delete config.data.auth } return config;