fengxiang
2018-07-20 4c75d3f7678238a61f7c644f2a673896b454525a
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/`
};