Browse Source

fix:tokenScheme: 'crypto',

dxj
杜贤金 1 year ago
parent
commit
99f3abebff
  1. 4
      src/utils/axios/index.ts

4
src/utils/axios/index.ts

@ -258,8 +258,8 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
{ {
// See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes
// authentication schemes,e.g: Bearer // authentication schemes,e.g: Bearer
// crypto
tokenScheme: '', tokenScheme: 'crypto',
authenticationScheme: 'Basic', authenticationScheme: 'Basic',
timeout: 10 * 1000, timeout: 10 * 1000,
// 基础接口地址 // 基础接口地址

Loading…
Cancel
Save