diff --git a/src/config.js b/src/config.js index b6938e8..2acf5d6 100644 --- a/src/config.js +++ b/src/config.js @@ -18,7 +18,7 @@ const config = { local: { serviceHost: api => { const apis = getServiceHost(api) - return `http://localhost:${apis}` + return `http://120.25.146.51:${apis}` }, cookieDomain: "", flowServiceHost: "http://120.25.146.51:7188/", @@ -27,7 +27,7 @@ const config = { picServerHost: 'http://47.122.43.22:7199', dataVUrl: "http://localhost:8062/home", version: version, - guideSeverHost: "http://47.122.43.22/apk/", + guideSeverHost: "http://47.122.43.22/lmapk/", guideH5Host: "http://47.122.43.22:9100/", }, cloud: { @@ -42,7 +42,7 @@ const config = { picServerHost: 'http://120.25.146.51:7199', dataVUrl: "http://120.25.146.51:7167/home", version: version, - guideSeverHost: "http://www.xmmhe.com/apk/", + guideSeverHost: "http://www.xmmhe.com/lmapk/", guideH5Host: "http://www.xmmhe.com:9100/", }, test: { @@ -57,7 +57,7 @@ const config = { picServerHost: 'http://47.122.43.22:7199', dataVUrl: "http://47.122.43.22:7167/home", version: version, - guideSeverHost: "http://47.122.43.22/apk/", + guideSeverHost: "http://47.122.43.22/lmapk/", guideH5Host: "http://47.122.43.22:9100/", }, }