diff --git a/src/utils/axios/index.ts b/src/utils/axios/index.ts index 68bcc67..0dbe768 100644 --- a/src/utils/axios/index.ts +++ b/src/utils/axios/index.ts @@ -258,8 +258,8 @@ function createAxios(opt?: Partial) { { // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes // authentication schemes,e.g: Bearer - // crypto - tokenScheme: '', + + tokenScheme: 'crypto', authenticationScheme: 'Basic', timeout: 10 * 1000, // 基础接口地址