| @@ -12,8 +12,8 @@ module.exports = { | |||||
| proxyTable: { | proxyTable: { | ||||
| "/api": { | "/api": { | ||||
| // 请求的目标主机 | // 请求的目标主机 | ||||
| target: 'http://116.255.135.38:8081/nsgk_test/', | |||||
| //target: 'http://localhost:8080/', | |||||
| //target: 'http://116.255.135.38:8081/nsgk_test/', | |||||
| target: 'http://localhost:8080/', | |||||
| //target:'http://192.168.31.26:8080', | //target:'http://192.168.31.26:8080', | ||||
| changeOrigin: true, | changeOrigin: true, | ||||
| pathRewrite: { | pathRewrite: { | ||||
| @@ -24,7 +24,7 @@ module.exports = { | |||||
| // Various Dev Server settings | // Various Dev Server settings | ||||
| host: '0.0.0.0', // can be overwritten by process.env.HOST | host: '0.0.0.0', // can be overwritten by process.env.HOST | ||||
| port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |||||
| port: 85, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |||||
| autoOpenBrowser: false, | autoOpenBrowser: false, | ||||
| errorOverlay: true, | errorOverlay: true, | ||||
| notifyOnErrors: true, | notifyOnErrors: true, | ||||