新增前端vue

This commit is contained in:
2025-12-22 12:25:21 +08:00
parent fcc6791749
commit 013ef48062

View File

@@ -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,
// 默认请求头设置