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