派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-20 d8754e34007e7a36a01d4e2dcc79ff58418a666a
src/utils/axios.js
@@ -83,7 +83,7 @@
// 创建axios实例
const Service = axios.create({
  timeout: 1000
  timeout: 1000 * 30
})
const CancelToken = axios.CancelToken