| @@ -1,3 +1,3 @@ | |||
| NODE_ENV = 'development' | |||
| VUE_APP_BASE_API = '/domain' | |||
| VUE_APP_PARK_DOMAIN = 'http://192.168.18.236:18888' | |||
| VUE_APP_PARK_DOMAIN = 'http://park.test.hhrchina.com/' | |||
| @@ -23,9 +23,11 @@ module.exports = { | |||
| disableHostCheck: true, | |||
| proxy: { | |||
| "/domain": { | |||
| // target: "http://localhost:80", | |||
| // target: "http://localhost:8089", | |||
| // 测试环境 | |||
| target: "http://192.168.18.236:18888/", | |||
| // 临时测试环境 | |||
| // target: "http://park.test.hhrchina.com/", | |||
| // 谢老师 | |||
| // target: "http://192.168.18.138:18888/", | |||
| // 阚老师 | |||