From ab64396f29860ead5a153e6fa063e957fab1a84f Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 23 Mar 2018 15:09:49 +0800
Subject: [PATCH] 报表 优化
---
src/environments/environment.prod.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 9298dc8..7e3be56 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -1,7 +1,8 @@
export const environment = {
+ chore: false,
SERVER_URL: `./`,
production: true,
hmr: false,
useHash: true,
- SERVER_BASH_URL: 'http://localhost:8080'
+ SERVER_BASH_URL:`http://47.96.15.25:8080/screen_api_v2/`
};
--
Gitblit v1.8.0