From 7239d473a88bee6cf974cf2c97672f7ed2bf3b34 Mon Sep 17 00:00:00 2001 From: taiyi Date: Fri, 10 Oct 2025 17:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=EF=BC=8C=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/services/axios.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/services/axios.js b/frontend/src/services/axios.js index ffa7173..62487fa 100644 --- a/frontend/src/services/axios.js +++ b/frontend/src/services/axios.js @@ -6,6 +6,8 @@ const api = axios.create({ headers: { 'Content-Type': 'application/json' } + + //测试 }); // 请求拦截器(可选)