From 3405a42d4434bb77026c029ed20f2898ba665107 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 11 Jan 2018 09:25:50 +0800 Subject: [PATCH] 框架升级 --- src/environments/environment.hmr.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/environments/environment.hmr.ts b/src/environments/environment.hmr.ts index c4fce7c..72977ba 100644 --- a/src/environments/environment.hmr.ts +++ b/src/environments/environment.hmr.ts @@ -1,7 +1,7 @@ export const environment = { + chore: false, SERVER_URL: `./`, - production: true, + production: false, hmr: true, - useHash: true, - SERVER_BASH_URL: 'http://47.96.171.62:8080/screen_api_v2' + useHash: true }; -- Gitblit v1.8.0