fengxiang
2018-07-31 76cbed01cef406f686c2349e8fc8c01de00a4868
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/`
};