From 76f041cfe01793136082b3b21b930690993b7813 Mon Sep 17 00:00:00 2001 From: wjn Date: Tue, 12 Mar 2024 16:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index d17defe..730edc7 100644 --- a/src/config.js +++ b/src/config.js @@ -24,7 +24,7 @@ const config = { flowServiceHost: "http://120.25.146.51:7188/", hmiUrl: "http://localhost:8060/", webSocketHost: 'ws://localhost:7140/', - picServerHost: 'http://47.122.43.22:7199', + picServerHost: 'http://47.122.43.22:3199', dataVUrl: "http://localhost:8062/home", version:version, guideSeverHost:"http://47.122.43.22/apk/", @@ -39,7 +39,7 @@ const config = { cookieDomain: "", hmiUrl: "http://120.25.146.51:8098/", webSocketHost: 'ws://120.25.146.51:7140/', - picServerHost: 'http://120.25.146.51:7199', + picServerHost: 'http://120.25.146.51:3199', dataVUrl: "http://120.25.146.51:7167/home", version:version, guideSeverHost:"http://www.xmmhe.com/apk/", @@ -54,7 +54,7 @@ const config = { cookieDomain: "", hmiUrl: "http://47.122.43.22:8098/", webSocketHost: 'ws://47.122.43.22:7140/', - picServerHost: 'http://47.122.43.22:7199', + picServerHost: 'http://47.122.43.22:3199', dataVUrl: "http://47.122.43.22:7167/home", version:version, guideSeverHost:"http://47.122.43.22/apk/",