派生自 wuyushui/SewerAndRainNetwork

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