From 03e89dc63b3a04c9c601047e3022bd3af0e1c769 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 15 Oct 2025 11:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/config.js b/src/config.js index 36404ed..3bab144 100644 --- a/src/config.js +++ b/src/config.js @@ -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":