From 7f8499a09ae56b8de7300fb6aa78a6e72fec0180 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 19 Aug 2024 10:06:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=20sws=202024-08-1?= =?UTF-8?q?9?= 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..78b9a508 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('123'); // 请求拦截器 service.interceptors.request.use( (config: InternalAxiosRequestConfig) => {