派生自 wuyushui/SewerAndRainNetwork

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