|
@@ -66,8 +66,8 @@ module.exports = {
|
|
|
// target: "http://192.168.5.4:16200", // 石月
|
|
|
// target: "http://192.168.50.235:16200", // 内网
|
|
|
// target: "http://192.168.5.15:16200",
|
|
|
- target: "http://192.168.50.235:16500", //演示环境
|
|
|
- // target: "http://106.120.102.238:26500", //外网演示环境
|
|
|
+ // target: "http://192.168.50.235:16500", //演示环境
|
|
|
+ target: "http://106.120.102.238:26500", //外网演示环境
|
|
|
// target: "http://106.120.102.238:16700", // 外网16700 生产16600
|
|
|
// target: "http://10.96.137.5",
|
|
|
changeOrigin: true,
|
|
@@ -125,8 +125,8 @@ module.exports = {
|
|
|
},
|
|
|
//自定义算法文佳
|
|
|
"/sAlgorithm": {
|
|
|
- target: "http://192.168.50.235:8666", // 目标地址
|
|
|
- // target: "http://106.120.102.238:58880",//这个代理会走两次代理转发
|
|
|
+ // target: "http://192.168.50.235:8666", // 目标地址
|
|
|
+ target: "http://106.120.102.238:58880",//这个代理会走两次代理转发
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
"^/sAlgorithm": "", // 如果后端需要 `/api` 前缀
|