更换引导页地址

This commit is contained in:
yunkexin 2024-06-07 15:46:45 +08:00
parent 76c8b10dd7
commit a264505a92

View File

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