From 6872a837997720b629dc6720d73ae401b1ff67fb Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Tue, 25 Jun 2024 09:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2app=20h5=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index af67d0f..27516a3 100644 --- a/src/config.js +++ b/src/config.js @@ -28,7 +28,7 @@ const config = { dataVUrl: "http://localhost:8062/home", version: version, guideSeverHost: "http://47.122.43.22/lmapk/", - guideH5Host: "http://47.122.43.22:9100/", + guideH5Host: "http://47.122.43.22:9200/", }, cloud: { serviceHost: api => { @@ -43,7 +43,7 @@ const config = { dataVUrl: "http://120.25.146.51:7167/home", version: version, guideSeverHost: "http://www.xmmhe.com/lmapk/", - guideH5Host: "http://www.xmmhe.com:9100/", + guideH5Host: "http://www.xmmhe.com:9200/", }, test: { serviceHost: api => { @@ -58,7 +58,7 @@ const config = { dataVUrl: "http://47.122.43.22:7167/home", version: version, guideSeverHost: "http://47.122.43.22/lmapk/", - guideH5Host: "http://47.122.43.22:9100/", + guideH5Host: "http://47.122.43.22:9200/", }, }