|
@@ -93,6 +93,7 @@ module.exports = {
|
|
|
console.log("Proxying /sAlgorithm request to:", proxyReq.path); // 打印代理请求路径
|
|
|
},
|
|
|
},
|
|
|
+ // 数据转换亮亮
|
|
|
"/transDataWeb": {
|
|
|
target: "http://192.168.50.241:9000/trans_data_web",
|
|
|
changeOrigin: true,
|
|
@@ -100,7 +101,7 @@ module.exports = {
|
|
|
"^/transDataWeb": "", // 去掉 /transDataWeb 前缀
|
|
|
},
|
|
|
},
|
|
|
- //自定义算法
|
|
|
+ //自定义算法文佳
|
|
|
"/sAlgorithm": {
|
|
|
target: "http://192.168.5.28:8666", // 目标地址
|
|
|
changeOrigin: true,
|