From 7b4d8a5ee0cae50a5f473e3765ba84f28fe8ba4b Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期一, 29 三月 2021 11:27:54 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/utils/axios.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/utils/axios.js b/src/utils/axios.js index 20047e2..7f944e8 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -83,7 +83,8 @@ // 鍒涘缓axios瀹炰緥 const Service = axios.create({ - timeout: 1000 + timeout: 5000, + baseURL: 'http://10.246.162.140:8080/' }) const CancelToken = axios.CancelToken -- Gitblit v1.8.0