From f32a9db58d76b71dd6f1c3d2a8e1b506ee7ff2b0 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Thu, 28 Mar 2019 20:05:00 +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 d63a6131e..aab5a5714 100644 --- a/mobile-web/src/config/env.js +++ b/mobile-web/src/config/env.js @@ -18,7 +18,7 @@ if (process.env.NODE_ENV == 'development') { } // baseUrl = 'http://127.0.0.1'; -baseUrl = 'http://http://180.167.213.26:18099'; +// baseUrl = 'http://180.167.213.26:18099'; dataSources = 'remote'; // dataSources = 'local';