From 1867e867e73e849cd0fdfea8d4052295d6528514 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 14 Apr 2026 15:16:35 +0800 Subject: [PATCH] 5199=> 5000/webImg --- src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index d556e03..9bc1836 100644 --- a/src/config.js +++ b/src/config.js @@ -25,7 +25,7 @@ const config = { flowServiceHost: "http://124.117.209.78:3188/", hmiUrl: "http://localhost:8060/", webSocketHost: 'ws://localhost:3140/', - picServerHost: 'http://localhost:5199', + picServerHost: 'http://localhost:5000/webImg', videoServerHost: 'https://sps.cxtc.com:3199', dataVUrl: "http://localhost:8062/home", version: version, @@ -43,7 +43,7 @@ const config = { hmiUrl: "http://124.117.209.78:8098/", webSocketHost: 'ws://124.117.209.78:3140/', picServerHost: 'http://124.117.209.78:5000/webImg', - videoServerHost: 'http://124.117.209.78:5199', + videoServerHost: 'http://124.117.209.78:5000/webImg', dataVUrl: "http://124.117.209.78:3167/home", version: version, guideSeverHost: "http://124.117.209.78:5110/jyapk/", @@ -60,7 +60,7 @@ const config = { hmiUrl: "http://121.41.2.71:8098/", webSocketHost: 'ws://121.41.2.71:3140/', picServerHost: 'http://121.41.2.71:5000/webImg', - videoServerHost: 'http://121.41.2.71:5199', + videoServerHost: 'http://121.41.2.71:5000/webImg', dataVUrl: "http://121.41.2.71:3167/home", version: version, guideSeverHost: "http://121.41.2.71/jyapk/",