From 78b643de0b8690d566146858cd781be98d01777d Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 29 三月 2021 10:00:50 +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..69078ed 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -83,7 +83,8 @@ // 鍒涘缓axios瀹炰緥 const Service = axios.create({ - timeout: 1000 + timeout: 1000, + baseURL: 'http://10.246.162.140:8080/' }) const CancelToken = axios.CancelToken -- Gitblit v1.8.0