fengxiang
2018-07-31 1d7abc068ced4e8f3759c65904603cccdb105ee9
src/environments/environment.hmr.ts
@@ -1,6 +1,8 @@
export const environment = {
    chore: false,
    SERVER_URL: `./`,
    production: true,
    hmr: true,
    useHash: true
    useHash: true,
    SERVER_BASH_URL: `http://monitor-api2.7drlb.com/`
};