|
@@ -65,7 +65,7 @@ module.exports = {
|
|
},*/
|
|
},*/
|
|
'/jeecg-boot': {
|
|
'/jeecg-boot': {
|
|
// target: 'http://39.97.120.42:8080', //请求本地 需要jeecg-boot后台项目 生产环境
|
|
// target: 'http://39.97.120.42:8080', //请求本地 需要jeecg-boot后台项目 生产环境
|
|
- target: 'http://192.168.1.23:8080', //请求本地 需要jeecg-boot后台项目 蒙蒙
|
|
|
|
|
|
+ // target: 'http://192.168.1.23:8080', //请求本地 需要jeecg-boot后台项目 蒙蒙
|
|
// target: 'http://192.168.1.22:8080', //请求本地 需要jeecg-boot后台项目 英豪
|
|
// target: 'http://192.168.1.22:8080', //请求本地 需要jeecg-boot后台项目 英豪
|
|
// target: 'http://192.168.0.111:8088', //请求本地 需要jeecg-boot后台项目 英豪
|
|
// target: 'http://192.168.0.111:8088', //请求本地 需要jeecg-boot后台项目 英豪
|
|
// target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
|
|
// target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
|
|
@@ -73,7 +73,7 @@ module.exports = {
|
|
// target: 'http://192.168.1.54: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.165:8848', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
- // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
|
|
|
|
|
|
+ target: 'http://api.tjyourong.com.cn/jeecg-boot', //请求本地 需要jeecg-boot后台项目
|
|
// target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
|
|
// target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
|
|
|
|
|
|
// target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
// target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目 毕洁泉
|
|
@@ -85,9 +85,9 @@ module.exports = {
|
|
|
|
|
|
ws: false,
|
|
ws: false,
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
- // pathRewrite: {
|
|
|
|
- // '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
|
|
|
|
- // }
|
|
|
|
|
|
+ pathRewrite: {
|
|
|
|
+ '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
|
|
|
|
+ }
|
|
},
|
|
},
|
|
},
|
|
},
|
|
// before(app) {
|
|
// before(app) {
|