From aefa2dc89b44f21453e9e3bf19c90d41b1c83e8e Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 13 Jul 2018 15:22:13 +0800 Subject: [PATCH] updates --- src/environments/environment.chore.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/environments/environment.chore.ts b/src/environments/environment.chore.ts index bb3034e..db0ba3a 100644 --- a/src/environments/environment.chore.ts +++ b/src/environments/environment.chore.ts @@ -1,6 +1,8 @@ export const environment = { + chore: true, SERVER_URL: `./`, production: true, hmr: false, - useHash: false + useHash: false, + SERVER_BASH_URL: `http://monitor-api2.7drlb.com/` }; -- Gitblit v1.8.0