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/", }, }