فهرست منبع

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
   // support form-data
   supportFormData(config: AxiosRequestConfig) {
   supportFormData(config: AxiosRequestConfig) {
-    const headers = config.headers;
+    const headers = config.headers || this.options.headers;
     const contentType = headers?.['Content-Type'] || headers?.['content-type'];
     const contentType = headers?.['Content-Type'] || headers?.['content-type'];
 
 
     if (
     if (