From 5e7ae2328760eef03978d9c7cc17c0ce7209beff Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 28 十一月 2025 15:00:38 +0800
Subject: [PATCH] fix: bug

---
 src/utils/request/index.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/utils/request/index.ts b/src/utils/request/index.ts
index 3c654d4..3ebb819 100644
--- a/src/utils/request/index.ts
+++ b/src/utils/request/index.ts
@@ -170,7 +170,6 @@
   requestInterceptors: [
     [
       (config) => {
-        console.log('req config: ', config);
         const $config = config;
         // 寮�鍚繘搴︽潯鍔ㄧ敾
         if (config.needNProcess) {

--
Gitblit v1.9.1