@@ -5,7 +5,7 @@ import { showMessage } from '@/utils/common';
// 创建 axios 实例
const http = axios.create({
baseURL: import.meta.env.VITE_BASE_API || '/api', // 根据环境变量配置
- timeout: 60000 // 超时时间
+ timeout: 100000 // 超时时间
});
// 请求拦截器