zhangzengfei
2022-08-03 2869f7864d77838f1115dca1286c940bee44af1b
修改http请求超时为60s
1个文件已修改
2 ■■■ 已修改文件
src/scripts/httpRequest.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/scripts/httpRequest.ts
@@ -199,5 +199,5 @@
  }
)
Axios.defaults.timeout = 10000
Axios.defaults.timeout = 60 * 1000
export default Axios