潘志宝
2024-09-14 36730eac964e814a4fc9a0879c499e326fc00ac8
src/config/axios/index.ts
@@ -14,7 +14,7 @@
    ...config,
    responseType: responseType,
    headers: {
      'Content-Type': headersType || default_headers
      'Content-Type': headersType || default_headers,
    }
  })
}