guonan
2025-06-26 1119a7837323e052d3e6256cddd3283d919bd959
src/api/requestTR.js
@@ -14,7 +14,7 @@
// 创建 Axios 实例
const instance = axios.create({
  baseURL: API_URL,
  timeout: 1000 * 60, // 请求超时时间(单位:毫秒)
  // timeout: 1000 * 60, // 请求超时时间(单位:毫秒)
  headers: {
    "Content-Type": "application/x-www-form-urlencoded", // 默认请求头
  },