|
|
@@ -32,10 +32,10 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.1.3:18086',
|
|
|
+ // target: 'http://192.168.1.3:18086',
|
|
|
// target: 'http://192.168.1.158:18086',
|
|
|
// target: 'http://192.168.1.176:18086',
|
|
|
- target: 'http://192.168.1.125:18086',
|
|
|
+ // target: 'http://192.168.1.125:18086',
|
|
|
// target: 'http://192.168.1.251:18186',
|
|
|
// target: 'http://192.168.1.125:18086',
|
|
|
// target: 'http://192.168.1.251:18186',
|
|
|
@@ -45,7 +45,7 @@ module.exports = {
|
|
|
// target: 'http://192.168.1.116:18086',
|
|
|
// target: 'http://192.168.1.251:18086',
|
|
|
// target: 'http://192.168.1.11:18086', // 开发
|
|
|
- // target: 'http://192.168.1.116:18086', // 赵沙金
|
|
|
+ target: 'http://192.168.1.116:18086', // 赵沙金
|
|
|
// target: 'http://aiot.zoomwin.com.cn:51001/api',
|
|
|
// target: 'http://f222326r53.imwork.net',
|
|
|
|