正式环境配置修改

This commit is contained in:
wyw 2025-10-15 11:50:50 +08:00
parent c5828259f1
commit 03e89dc63b

View File

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