|
@@ -48,6 +48,17 @@ module.exports = {
|
|
|
"^/entdataexport": "/entdataexport"
|
|
|
}
|
|
|
},
|
|
|
+ "^/front/entExportAuth": {
|
|
|
+ // target: "http://ent-xzhs.jianyu360.cn",
|
|
|
+ // target: "https://app2-jytest.jianyu360.cn",
|
|
|
+ target:'http://192.168.20.175:83',
|
|
|
+ // target:'http://192.168.20.241:812',
|
|
|
+ changeOrigin: true,
|
|
|
+ ws: true,
|
|
|
+ pathRewrite: {
|
|
|
+ "^/front/entExportAuth": "/front/entExportAuth"
|
|
|
+ }
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
}
|