|
@@ -71,14 +71,14 @@ module.exports = {
|
|
|
// target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
|
|
|
// target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目 祚云
|
|
|
// target: 'http://192.168.1.54:8080', //请求本地 需要jeecg-boot后台项目 孙震
|
|
|
- target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
|
+ // target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
|
// target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
|
- // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目
|
|
|
+ target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
- pathRewrite: {
|
|
|
- '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
|
|
|
- }
|
|
|
+ // pathRewrite: {
|
|
|
+ // '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
|
|
|
+ // }
|
|
|
},
|
|
|
},
|
|
|
// before(app) {
|