@@ -22,7 +22,7 @@ const http = axios.create({
"Access-Control-Allow-Origin": "*",
},
// 超时
- timeout: 10000,
+ timeout: 30000,
});
// request拦截器