From f0b742d34e95811b6874bcaedbc7a06451d39da1 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 12 Jan 2018 21:07:08 +0800
Subject: [PATCH] 组织配置

---
 src/environments/environment.hmr.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/environments/environment.hmr.ts b/src/environments/environment.hmr.ts
index c4fce7c..72977ba 100644
--- a/src/environments/environment.hmr.ts
+++ b/src/environments/environment.hmr.ts
@@ -1,7 +1,7 @@
 export const environment = {
+    chore: false,
     SERVER_URL: `./`,
-    production: true,
+    production: false,
     hmr: true,
-    useHash: true,
-    SERVER_BASH_URL: 'http://47.96.171.62:8080/screen_api_v2'
+    useHash: true
 };

--
Gitblit v1.8.0