소스 검색

perf: set header can use For Qs (#562)

set header can use For Qs
Yirius 4 년 전
부모
커밋
5724bc5b3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/http/axios/Axios.ts

+ 1 - 1
src/utils/http/axios/Axios.ts

@@ -155,7 +155,7 @@ export class VAxios {
 
   // support form-data
   supportFormData(config: AxiosRequestConfig) {
-    const headers = config.headers;
+    const headers = config.headers || this.options.headers;
     const contentType = headers?.['Content-Type'] || headers?.['content-type'];
 
     if (