src/api/requestTR.js
@@ -14,13 +14,12 @@ // 创建 Axios 实例 const instance = axios.create({ baseURL: API_URL, timeout: 1000 * 60, // 请求超时时间(单位:毫秒) // timeout: 1000 * 60, // 请求超时时间(单位:毫秒) headers: { "Content-Type": "application/x-www-form-urlencoded", // 默认请求头 }, }); console.log('当前 BaseUrl:', API_URL); // 请求拦截器 // instance.interceptors.request.use( // (config) => {