fix: service request exceptions after deployment

This commit is contained in:
vince
2024-07-09 22:06:00 +08:00
parent 35ca56437c
commit d26a4ee022
3 changed files with 1 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ class RequestClient {
},
// 默认超时时间
timeout: 10_000,
withCredentials: true,
};
const { makeAuthorization, ...axiosConfig } = options;
const requestConfig = merge(axiosConfig, defaultConfig);