沈斌
2018-01-30 9439c96f6464f59db08fcc7ed4a16e499361dff7
1
2
3
4
5
6
7
8
export const environment = {
    chore: false,
    SERVER_URL: `./`,
    production: true,
    hmr: false,
    useHash: true,
    SERVER_BASH_URL:`http://172.16.206.8:8080/screen_api_v2/`
};