|
|
@ -235,7 +235,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) { |
|
|
|
// authentication schemes,e.g: Bearer
|
|
|
|
// authentication schemes,e.g: Bearer
|
|
|
|
// authenticationScheme: 'Bearer',
|
|
|
|
// authenticationScheme: 'Bearer',
|
|
|
|
authenticationScheme: '', |
|
|
|
authenticationScheme: '', |
|
|
|
timeout: 10 * 1000, |
|
|
|
timeout: 20 * 1000, |
|
|
|
// 基础接口地址
|
|
|
|
// 基础接口地址
|
|
|
|
// baseURL: globSetting.apiUrl,
|
|
|
|
// baseURL: globSetting.apiUrl,
|
|
|
|
headers: { 'Content-Type': ContentTypeEnum.JSON }, |
|
|
|
headers: { 'Content-Type': ContentTypeEnum.JSON }, |
|
|
|