From 4c75d3f7678238a61f7c644f2a673896b454525a Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 20 Jul 2018 13:47:59 +0800
Subject: [PATCH] 添加两个页面
---
src/environments/environment.hmr.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/environments/environment.hmr.ts b/src/environments/environment.hmr.ts
index cdf064e..f094f44 100644
--- a/src/environments/environment.hmr.ts
+++ b/src/environments/environment.hmr.ts
@@ -1,8 +1,8 @@
export const environment = {
chore: false,
SERVER_URL: `./`,
- production: false,
+ production: true,
hmr: true,
useHash: true,
- SERVER_BASH_URL: `http://47.96.171.62:8080/screen_api_v2/`
+ SERVER_BASH_URL: `http://monitor-api2.7drlb.com/`
};
--
Gitblit v1.8.0