派生自 wuyushui/SewerAndRainNetwork

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