|
@@ -31,12 +31,13 @@ module.exports = {
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
//本地服务接口地址
|
|
|
- // target: 'http://192.168.3.64:1080',
|
|
|
- target: 'http://192.168.1.120:1080',
|
|
|
+ target: 'http://192.168.1.115:1080',
|
|
|
+ // target: 'http://192.168.1.102:1080',
|
|
|
// target: 'http://124.222.119.174:1080',
|
|
|
+ // target: 'http://192.168.2.163:1080',
|
|
|
// 打包地址
|
|
|
// target: 'http://121.37.83.47:10004',//服务器ip
|
|
|
- // target: 'http://trade.tubaosoft.com:10004',//服务器域名
|
|
|
+ //target: 'http://trade.tubaosoft.com:10004',//服务器域名
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
|
'^/api': '/'
|