艺术家
2025-06-04 772190e7b2e3f6ef0695ba54d9209324acdcb30a
项目代码/client/src/api/http.js
@@ -6,6 +6,7 @@
const router = useRouter();
axios.defaults.timeout = 50000;
axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
axios.defaults.headers.post["Content-Type"] =
  "application/x-www-form-urlencoded;charset=UTF-8";
axios.defaults.headers.post["Content-Type"] = "multipart/form-data";