|
@@ -16,7 +16,8 @@ module.exports = {
|
|
|
table: {
|
|
|
"/prod-api": {
|
|
|
// target: 'http://32.0.15.107:8080/prod-api', //线上-107测试服务器
|
|
|
- target: "http://park.usky.cn/prod-api", //线上-20正式服务器
|
|
|
+ target: 'http://10.236.244.108:8083/prod-api', //线上-108测试服务器
|
|
|
+ // target: "http://park.usky.cn/prod-api", //线上-20正式服务器
|
|
|
// target: 'http://172.16.120.165:801/dev-api', //165
|
|
|
// target: 'http://32.0.15.107:8080/api/', //闵行线上发布时
|
|
|
// ws: true, // 代理websockets
|
|
@@ -28,8 +29,8 @@ module.exports = {
|
|
|
},
|
|
|
"/api": { //和mhapi互换
|
|
|
// 原有api
|
|
|
- // target: 'http://32.0.15.107:8080/api/', //杨强闵行
|
|
|
- target: 'http://32.0.15.107:8080/api',
|
|
|
+ // target: 'http://32.0.15.107:8080/api/', //杨强闵行
|
|
|
+ target: 'http://10.236.244.108:8083/api',
|
|
|
ws: true, // 代理websockets
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|