Compare commits
	
		
			No commits in common. "e7fabd9646a6ee325fd6429fb0bb51a864d2d94e" and "5168e4a806e62b5a23e86cdb6bce646cf18f7011" have entirely different histories.
		
	
	
		
			e7fabd9646
			...
			5168e4a806
		
	
		
@ -22,7 +22,7 @@ const config = {
 | 
			
		||||
      return `http://localhost:${apis}`
 | 
			
		||||
    },
 | 
			
		||||
    cookieDomain: "",
 | 
			
		||||
    flowServiceHost: "http://124.117.209.78:3188/",
 | 
			
		||||
    flowServiceHost: "http://120.25.146.31: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://124.117.209.78:${apis}`
 | 
			
		||||
      return `http://120.25.146.31:${apis}`
 | 
			
		||||
    },
 | 
			
		||||
    flowServiceHost: "http://124.117.209.78:3188",
 | 
			
		||||
    flowServiceHost: "http://120.25.146.31:3188",
 | 
			
		||||
    cookieDomain: "",
 | 
			
		||||
    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",
 | 
			
		||||
    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",
 | 
			
		||||
    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 "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 "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 "www.xmmhe.com":
 | 
			
		||||
  case "www.xmmhe.com:5000":
 | 
			
		||||
  case "www.xmmhe.com:5001":
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user