From eb05c488991ab5949a0c7f6b7619e38d61037ff7 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 16:18:08 +0800 Subject: [PATCH] updates --- 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