派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-29 7b4d8a5ee0cae50a5f473e3765ba84f28fe8ba4b
src/utils/axios.js
@@ -83,7 +83,7 @@
// 创建axios实例
const Service = axios.create({
  timeout: 1000,
  timeout: 5000,
  baseURL: 'http://10.246.162.140:8080/'
})