Commit 250e77e0 authored by XieZhiXiong's avatar XieZhiXiong

还原请求超时时间

parent 5dc767e3
......@@ -68,7 +68,7 @@ const defaultHeaders = {
* 配置request请求时的默认参数, 底层使用fetch进行请求
*/
const baseRequest = extend({
timeout: 60 * 1000,
timeout: 30 * 1000,
headers: defaultHeaders,
credentials: 'include', // 默认请求是否带上cookie
errorHandler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment