|
|
@@ -36,7 +36,7 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.1.125:18086',
|
|
|
+ target: 'http://192.168.1.25:18086',
|
|
|
// target: 'http://192.168.1.158:18086',
|
|
|
// target: 'http://192.168.1.176:18086',
|
|
|
// target: 'http://192.168.1.251:18086',
|