From 7218cc0268631d6a5e8ec1ff9d90d82568a8bbf2 Mon Sep 17 00:00:00 2001 From: maguohua <1264889788@qq.com> Date: Thu, 28 Dec 2017 11:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/env.js b/src/config/env.js index 378cc88..84dfc3d 100644 --- a/src/config/env.js +++ b/src/config/env.js @@ -11,8 +11,8 @@ let routerMode = 'history'; let baseImgPath; if (process.env.NODE_ENV == 'development') { - baseUrl = 'http://cangdu.org:8001'; - baseImgPath = 'http://cangdu.org:8001/img/'; + baseUrl = 'http://localhost:8001'; + baseImgPath = 'http://localhost:8001/img/'; }else{ baseUrl = 'http://cangdu.org:8001'; baseImgPath = 'http://cangdu.org:8001/img/'; -- GitLab