Commit 28f02375 by zhao_shaonan

修改公安网的前端ip及后端地址

parent 1df8c278
......@@ -16,10 +16,10 @@ if (relUrlIp == "133.8.5.1" ||
relUrlIp == "68.174.25.98" ||
relUrlIp == "26.8.175.240" ||
relUrlIp == "133.8.5.67" ||
relUrlIp == "26.3.5.101") {
relUrlIp == "26.3.14.61") {
//------------------------------命案管理后台IP**公安网**--------------------------------
base.BaseURL = "/apiMaxtGaw";
base.qdLink = 'http:26.3.5.101:9101/';
base.qdLink = 'http:26.3.14.61:9101/';
base.xzxt = 'http://26.3.13.120:8051/#';
base.tjbh = 'http://80.2.21.62:8080/WebReport/ReportServer?reportlet=scjwzh%5B5b9a%5D%5B65f6%5D%2Fsc073_%5B5211%5D%5B4fa6%5D_%5B547d%5D%5B6848%5D%5B7edf%5D%5B8ba1%5D%5B62a5%5D%5B8868%5D%2Fsc073_xz_matj.cpt&op=view&tjdw=150000000000';
base.sjksh = 'http://68.174.69.46:8052/#/SpaceTimeCombat/HomicideCase/';
......
......@@ -45,7 +45,7 @@ service.interceptors.response.use(
if (data.code == 401) {
if (!window.tiplock) {
window.tiplock = true;
if(relUrlIp=='26.3.5.101'||relUrlIp=='39.99.155.173'){
if(relUrlIp=='26.3.14.61'||relUrlIp=='39.99.155.173'){
window.open(url.qdLink,'_self');
}else{
window.open('http://localhost:8080/','_self');
......
......@@ -70,7 +70,7 @@ module.exports = {
}
},
"/apiMaxtGaw": {
target: "http://10.100.17.114:9022/", //公安网案件侦办地址
target: "http://upstream_name", //公安网案件侦办地址
ws: true,
changeOrigin: true,
pathRewrite: {
......
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