|
@@ -34,7 +34,7 @@ module.exports = {
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
"/community": { //基础服务
|
|
|
- target: "https:/test.hajwy.com/community",
|
|
|
+ target: "https:/pms.hajwy.com/community",
|
|
|
// target: "http://172.18.1.40:8989/community",
|
|
|
secure: false,
|
|
|
changeOrigin: true,
|
|
@@ -43,7 +43,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
"/landcrm": { //基础服务
|
|
|
- target: "https://test.hajwy.com/landcrm",
|
|
|
+ target: "https://pms.hajwy.com/landcrm",
|
|
|
secure: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -51,7 +51,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
"/mkf": { //地区、项目获取
|
|
|
- target: 'https://test.hajwy.com/landcrm',
|
|
|
+ target: 'https://pms.hajwy.com/landcrm',
|
|
|
secure: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -59,7 +59,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
"/hajwy": { //采购结算明细对接
|
|
|
- target: 'https://test.hajwy.com/qpi/rest',
|
|
|
+ target: 'https://pms.hajwy.com/qpi/rest',
|
|
|
secure: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -69,7 +69,7 @@ module.exports = {
|
|
|
"/purchase": { //采采购管理整体测试
|
|
|
// target: "http://www.jihengcc.cn:17080/purchase", //采购供应商管理测试
|
|
|
// target: "https://test.hajwy.com/purchase", //采购供应商管理测试
|
|
|
- target: "https://test.hajwy.com/purchase",
|
|
|
+ target: "https://pms.hajwy.com/purchase",
|
|
|
// target: "http://172.18.1.40:8989/purchase",
|
|
|
secure: false,
|
|
|
changeOrigin: true,
|