diff --git a/src/config.js b/src/config.js index 9c1efe7..6e1ffa8 100644 --- a/src/config.js +++ b/src/config.js @@ -30,7 +30,7 @@ const config = { version: version, guideSeverHost: "http://121.41.2.71/jyapk/", guideH5Host: "http://121.41.2.71:5100/", - h5Web: "http://121.41.2.71:9201/", + h5Web: "http://121.41.2.71:5111/", }, cloud: { serviceHost: api => { @@ -46,7 +46,7 @@ const config = { version: version, guideSeverHost: "http://124.117.209.78:5110/jyapk/", guideH5Host: "http://124.117.209.78:5100/", - h5Web: "http://124.117.209.78:9201/", + h5Web: "http://124.117.209.78:5111/", }, test: { serviceHost: api => { @@ -62,7 +62,7 @@ const config = { version: version, guideSeverHost: "http://121.41.2.71/jyapk/", guideH5Host: "http://121.41.2.71:5100/", - h5Web: "http://121.41.2.71:9201/", + h5Web: "http://121.41.2.71:5111/", }, }