This commit is contained in:
wjn 2024-06-17 15:21:20 +08:00
commit 1d63ac8b92

View File

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