Commit 4e2fb78c by 薛文刚

西藏地址修改

parent 57a54596
......@@ -69,6 +69,16 @@ if (relUrlIp == "133.8.5.1"||
base.ztptURL = 'http://89.0.23.237:8088';
//------------------------------ 门户URL------------------------------
base.eqMhUrl='http://zhyy.xzxt.xz:8080';
}else if(relUrlIp == "155.1.31.34" ||
relUrlIp == "155.1.31.22" ||
relUrlIp == "155.1.31.20"){
base.BaseURL="/apiAjzbXzGaw"
//------------------------------刑专二期(日志)服务路径**公安网**--------------------------------
base.rzURL="/apiXzxtXzGaw"
//------------------------------ 在逃URL------------------------------
base.ztptURL = 'http://89.0.23.237:8088';
//------------------------------ 门户URL------------------------------
base.eqMhUrl='http://155.1.31.20:8080';
} else{
//------------------------------刑侦字典服务路径**阿里云**--------------------------------
//base.BaseURL="http://192.168.31.210:8080"/*杨洋本地端口号8080*/
......
......@@ -109,17 +109,18 @@ module.exports = {
}
},
"/apiAjzbXzGaw": {
target: "http://89.0.23.236:8001/", //公安网案件侦办地址西藏:(89.0.23.236:8001),内蒙:(http://26.13.5.1:8001/)
ws: true,
target: "https://155.1.33.10:20002/", // 基础查询、案件侦办
changeOrigin: true,
secure: false,
pathRewrite: {
'^/apiAjzbXzGaw': '/'
}
},
"/apiXzxtXzGaw": {
target: "http://89.0.23.236:8501/", //公安网刑专二期地址西藏:(89.0.23.236:8501),内蒙:(http://26.13.5.1:8501/)
ws: true,
target: "https://155.1.33.10:20003", // 运控管理
changeOrigin: true,
secure: false,
pathRewrite: {
'^/apiXzxtXzGaw': '/'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment