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