From e8c0a91458bf36db6b20bf2abd9a035d8ca466f9 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 27 Dec 2017 09:06:24 +0800
Subject: [PATCH] 设备信息

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

diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 3612073..0c406d4 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -1,3 +1,7 @@
 export const environment = {
-  production: true
+    SERVER_URL: `./`,
+    production: true,
+    hmr: false,
+    useHash: true,
+    SERVER_BASH_URL: 'http://localhost:8001'
 };

--
Gitblit v1.8.0