guonan
8 天以前 a57caa72a54efe9de3fe26a6c36d3e8038267377
src/api/requestHT.js
@@ -3,7 +3,7 @@
// 创建 Axios 实例
const instance = axios.create({
  baseURL: "/", // 使用你配置的 /auth 代理
  timeout: 1000 * 60, // 请求超时时间(单位:毫秒)
  // timeout: 1000 * 60, // 请求超时时间(单位:毫秒)
  headers: {
    "Content-Type": "application/json", // 默认请求头
  },