|
|
@@ -32,10 +32,10 @@ module.exports = {
|
|
|
// 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
|
|
|
'/api': {
|
|
|
// target: 'http://124.71.68.31:50001',
|
|
|
- // target: 'http://192.168.1.125:18086',
|
|
|
+ target: 'http://192.168.1.125:18086',
|
|
|
// target: 'http://192.168.1.251:18086',
|
|
|
// target: 'http://192.168.1.251:18186',
|
|
|
- target: 'http://192.168.1.251:18086', // 开发环境
|
|
|
+ // target: 'http://192.168.1.251:18086', // 开发环境
|
|
|
// target: 'http://192.168.1.103:18086',192.168.1.116
|
|
|
// target: 'http://192.168.1.144:18086',
|
|
|
// target: 'http://192.168.1.30:18086',
|