chore: 去除无用打印

This commit is contained in:
dap 2024-08-07 16:02:08 +08:00
parent d65dfc7252
commit 4bef95bbfa

View File

@ -141,7 +141,6 @@ function createRequestClient(baseURL: string) {
} }
} }
} }
console.log('请求参数', config);
// 全局开启 && 该请求开启 && 是post/put请求 // 全局开启 && 该请求开启 && 是post/put请求
if ( if (
enableEncrypt && enableEncrypt &&