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/",