新增前端vue
This commit is contained in:
@@ -252,8 +252,8 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
|
||||
// authenticationScheme: 'Bearer',
|
||||
authenticationHeader: 'x-token',
|
||||
authenticationScheme: '',
|
||||
// 请求超时时间,默认3分钟
|
||||
timeout: 3 * 60 * 1000,
|
||||
// 请求超时时间,默认10分钟
|
||||
timeout: 10 * 60 * 1000,
|
||||
// 基础接口地址
|
||||
// baseURL: globSetting.apiUrl,
|
||||
// 默认请求头设置
|
||||
|
||||
Reference in New Issue
Block a user