From 246f1e0fb51d2f0d7a445be3fd17b4c4c182f506 Mon Sep 17 00:00:00 2001 From: dzj <1140318653@qq.com> Date: Tue, 2 Jul 2024 16:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/index.js b/src/request/index.js index 2540e5d..977edb9 100644 --- a/src/request/index.js +++ b/src/request/index.js @@ -1,6 +1,6 @@ import axios from "axios"; const request=axios.create({ - baseURL:'http://1.94.20.201/fyapi/h5', + baseURL:'https://fygroup.cn/fyapi/h5', timeout:150000 }) export default request \ No newline at end of file