@@ -11,7 +11,7 @@ const service = axios.create({
// 请求公共地址
baseURL: "/baoxiu/repairApi",
// 请求时间
- timeout: 5000
+ // timeout: 5000
})
// 请求拦截器