diff --git a/src/utils/fetch.js b/src/utils/fetch.js index a421fdf..d0f7c54 100644 --- a/src/utils/fetch.js +++ b/src/utils/fetch.js @@ -7,7 +7,7 @@ import { getToken } from '@/utils/auth'; // 创建axios实例 const service = axios.create({ baseURL: process.env.BASE_API, // api的base_url - timeout: 5000 // 请求超时时间 + timeout: 15000 // 请求超时时间 }); // request拦截器