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.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