From c5101e61c88bd7b60c1ef2411d957a1071cb721e Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Mon, 20 Oct 2025 16:27:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 3bab144..1da8e4e 100644 --- a/src/config.js +++ b/src/config.js @@ -28,7 +28,7 @@ const config = { picServerHost: 'http://localhost:5199', dataVUrl: "http://localhost:8062/home", version: version, - guideSeverHost: "http://121.41.2.71/apk/", + guideSeverHost: "http://121.41.2.71/jyapk/", guideH5Host: "http://121.41.2.71:9100/", h5Web: "http://121.41.2.71:9201/", }, From cfca734d72882ede90a3b964d9b5c5a375e7cad1 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Mon, 20 Oct 2025 16:32:43 +0800 Subject: [PATCH 2/2] 1 --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index 1da8e4e..50aa154 100644 --- a/src/config.js +++ b/src/config.js @@ -29,7 +29,7 @@ const config = { dataVUrl: "http://localhost:8062/home", version: version, guideSeverHost: "http://121.41.2.71/jyapk/", - guideH5Host: "http://121.41.2.71:9100/", + guideH5Host: "http://121.41.2.71:5100/", h5Web: "http://121.41.2.71:9201/", }, cloud: { @@ -45,7 +45,7 @@ const config = { dataVUrl: "http://124.117.209.78:3167/home", version: version, guideSeverHost: "http://www.xmmhe.com/apk/", - guideH5Host: "http://www.xmmhe.com:9100/", + guideH5Host: "http://www.xmmhe.com:5100/", h5Web: "http://www.xmmhe.com:9201/", }, test: { @@ -61,7 +61,7 @@ const config = { dataVUrl: "http://121.41.2.71:3167/home", version: version, guideSeverHost: "http://121.41.2.71/apk/", - guideH5Host: "http://121.41.2.71:9100/", + guideH5Host: "http://121.41.2.71:5100/", h5Web: "http://121.41.2.71:9201/", }, }