Compare commits
2 Commits
5168e4a806
...
e7fabd9646
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7fabd9646 | ||
|
|
03e89dc63b |
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user