派生自 wuyushui/SewerAndRainNetwork

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