|
|
@@ -36,7 +36,7 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.1.102:18086', //开发
|
|
|
+ target: 'http://192.168.1.251:18086', //开发
|
|
|
// target: 'http://192.168.1.251:18186', //测试
|
|
|
// target: 'http://192.168.1.23:18086',//罗
|
|
|
// target: 'http://192.168.1.144:18086',//付
|