dongyukun
2024-11-07 c9ff2979fbf0b648240a22014e0d7c404f6899eb
src/config/axios/index.ts
@@ -14,7 +14,7 @@
    ...config,
    responseType: responseType,
    headers: {
      'Content-Type': headersType || default_headers
      'Content-Type': headersType || default_headers,
    }
  })
}