派生自 wuyushui/SewerAndRainNetwork

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