From 2c84ce91c261cdb6e4bbbc91a9a566eefc20e736 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 16 Dec 2025 16:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/httpFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/httpFactory.js b/src/utils/httpFactory.js index d4fffab..2ba60be 100644 --- a/src/utils/httpFactory.js +++ b/src/utils/httpFactory.js @@ -32,7 +32,7 @@ export const createHttpClient = ({ baseURL, clientTag, tokenSelector }) => { } options.timeout = 60000 - options[contentType] = '' + // options[Content - Type] = '' options.header = { ...options.header, }