From bc540e323364a8418307dded4c2348af1c2e5c59 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Tue, 22 Nov 2016 10:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A6=82=E6=9E=9C=E6=B2=A1=E6=9C=89=E6=9C=80?= =?UTF-8?q?=E5=90=8E=E9=82=A3=E4=B8=AA=E9=80=97=E5=8F=B7=EF=BC=8C=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=B8=8A=E9=9D=A2=E4=B8=80=E8=A1=8C=E5=A5=BD=E5=83=8F?= =?UTF-8?q?=E6=98=AF=E4=BC=9A=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 7ba0fbc..9467b93 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,7 @@ App({ globalData:{ userInfo: null, currentCustomer: null, - API_URL: 'http://localhost:3000' - // API_URL: 'https://rapi-staging.bayekeji.com' + // API_URL: 'http://localhost:3000', + API_URL: 'https://rapi-staging.bayekeji.com' } })