From 89ba2c7490a743e383f3c991d993291dc9120b4c Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Mon, 30 Jul 2018 08:49:40 +0800 Subject: [PATCH] 风向风速 功能展现 --- src/environments/environment.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 45c90c7..5691149 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,8 +4,10 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { + chore: false, SERVER_URL: `./`, production: false, hmr: false, - useHash: true + useHash: true, + SERVER_BASH_URL: `http://monitor-api2.7drlb.com/` }; -- Gitblit v1.8.0