From fb851d4f21b4769ea02de6d2eef94bef7fe9447e Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Thu, 28 Mar 2019 19:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BC=84=E9=94=99=E4=BA=86=20url=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile-web/src/config/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-web/src/config/env.js b/mobile-web/src/config/env.js index d7dc995c2..d63a6131e 100644 --- a/mobile-web/src/config/env.js +++ b/mobile-web/src/config/env.js @@ -14,7 +14,7 @@ let dataSources='local';//local=本地,其他值代表非本地 if (process.env.NODE_ENV == 'development') { baseUrl='http://127.0.0.1'; }else if(process.env.NODE_ENV == 'production'){ - baseUrl = 'http://http://180.167.213.26:18099'; + baseUrl = 'http://180.167.213.26:18099'; } // baseUrl = 'http://127.0.0.1';