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