派生自 wuyushui/SewerAndRainNetwork

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