From a264505a927fe48138e12db616f9dbeaf8907de0 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 7 Jun 2024 15:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=BC=95=E5=AF=BC=E9=A1=B5?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.js b/src/config.js index b6938e8..2acf5d6 100644 --- a/src/config.js +++ b/src/config.js @@ -18,7 +18,7 @@ const config = { local: { serviceHost: api => { const apis = getServiceHost(api) - return `http://localhost:${apis}` + return `http://120.25.146.51:${apis}` }, cookieDomain: "", flowServiceHost: "http://120.25.146.51:7188/", @@ -27,7 +27,7 @@ const config = { picServerHost: 'http://47.122.43.22:7199', dataVUrl: "http://localhost:8062/home", version: version, - guideSeverHost: "http://47.122.43.22/apk/", + guideSeverHost: "http://47.122.43.22/lmapk/", guideH5Host: "http://47.122.43.22:9100/", }, cloud: { @@ -42,7 +42,7 @@ const config = { picServerHost: 'http://120.25.146.51:7199', dataVUrl: "http://120.25.146.51:7167/home", version: version, - guideSeverHost: "http://www.xmmhe.com/apk/", + guideSeverHost: "http://www.xmmhe.com/lmapk/", guideH5Host: "http://www.xmmhe.com:9100/", }, test: { @@ -57,7 +57,7 @@ const config = { picServerHost: 'http://47.122.43.22:7199', dataVUrl: "http://47.122.43.22:7167/home", version: version, - guideSeverHost: "http://47.122.43.22/apk/", + guideSeverHost: "http://47.122.43.22/lmapk/", guideH5Host: "http://47.122.43.22:9100/", }, }