Compare commits

...

2 Commits

Author SHA1 Message Date
wyw
e7fabd9646 Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2025-10-15 11:50:56 +08:00
wyw
03e89dc63b 正式环境配置修改 2025-10-15 11:50:50 +08:00

View File

@ -22,7 +22,7 @@ const config = {
return `http://localhost:${apis}`
},
cookieDomain: "",
flowServiceHost: "http://120.25.146.31:3188/",
flowServiceHost: "http://124.117.209.78:3188/",
hmiUrl: "http://localhost:8060/",
webSocketHost: 'ws://localhost:3140/',
picServerHost: 'http://localhost:5199',
@ -35,14 +35,14 @@ const config = {
cloud: {
serviceHost: api => {
const apis = getServiceHost(api)
return `http://120.25.146.31:${apis}`
return `http://124.117.209.78:${apis}`
},
flowServiceHost: "http://120.25.146.31:3188",
flowServiceHost: "http://124.117.209.78:3188",
cookieDomain: "",
hmiUrl: "http://120.25.146.31:8098/",
webSocketHost: 'ws://120.25.146.31:3140/',
picServerHost: 'http://120.25.146.31:5199',
dataVUrl: "http://120.25.146.31:3167/home",
hmiUrl: "http://124.117.209.78:8098/",
webSocketHost: 'ws://124.117.209.78:3140/',
picServerHost: 'http://124.117.209.78:5199',
dataVUrl: "http://124.117.209.78:3167/home",
version: version,
guideSeverHost: "http://www.xmmhe.com/apk/",
guideH5Host: "http://www.xmmhe.com:9100/",
@ -68,12 +68,12 @@ const config = {
let env = ""
switch (window.location.host) {
case "120.25.146.31":
case "120.25.146.31:5000":
case "120.25.146.31:5001":
case "120.25.146.31:5002":
case "120.25.146.31:5003":
case "120.25.146.31:5004":
case "124.117.209.78":
case "124.117.209.78:5000":
case "124.117.209.78:5001":
case "124.117.209.78:5002":
case "124.117.209.78:5003":
case "124.117.209.78:5004":
case "www.xmmhe.com":
case "www.xmmhe.com:5000":
case "www.xmmhe.com:5001":