|
@ -285,7 +285,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: 30 * 1000,//apiTimeoutMessage 接口请求超时,请刷新页面重试
|
|
|
// 基础接口地址
|
|
|
// 基础接口地址
|
|
|
// baseURL: globSetting.apiUrl,
|
|
|
// baseURL: globSetting.apiUrl,
|
|
|
|
|
|
|
|
|