xufenglei
2018-01-11 17e32bf83d20a4af4f63bb92a9aefe09d8960237
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://localhost:8001'
    useHash: true
};