From ba6e55f36dd36b3efdb1712761842569adbc40a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 19 Aug 2024 10:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= 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 b8dbc749..f43105c0 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -9,7 +9,7 @@ const service = axios.create({ timeout: 50000, headers: { 'Content-Type': 'application/json;charset=utf-8' }, }); - +console.log('321'); // 请求拦截器 service.interceptors.request.use( (config: InternalAxiosRequestConfig) => {