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