houzhongjian
2024-11-18 731ab2167b01c06edbe485dd3b9e1060231828ba
src/config/axios/index.ts
@@ -14,7 +14,7 @@
    ...config,
    responseType: responseType,
    headers: {
      'Content-Type': headersType || default_headers
      'Content-Type': headersType || default_headers,
    }
  })
}