Commit ac77791c by xue_wengang

大屏

parent 370cbf4e
...@@ -14,20 +14,26 @@ let base = { ...@@ -14,20 +14,26 @@ let base = {
alyIP2:'' alyIP2:''
}; };
if ( if (
relUrlIp == "26.3.13.120" //内蒙 relUrlIp == "74.6.54.164" //内蒙
) { ) {
base.alyIP = "/api3"; base.alyIP = "/apiXzxtGaw";
base.alyIP2 = "/api2"; base.alyIP2 = "/apiAjzbGaw";
} else if(relUrlIp == "10.142.16.177" ){ //湖南 base.alyIP3 = "/apiXzxtGaw";
base.alyIP = "/api4"; base.alyIP4 = 'http://74.6.54.173:8005' // 脑图链接
base.alyIP2 = "/api2"; base.alyIP5 = 'http://74.6.54.169:8003' // 画像工厂 案件
}else { base.alyIP6 = 'http://74.6.54.163:9002' // 画像工厂 案件
base.alyIP7 = 'http://74.6.54.173:8006' // 脑图审批
base.alyIP8 = 'http://74.6.54.164:9003' //案件标注
base.alyIP9 = 'http://74.6.54.165:9005' // 时空;
base.alyIP10 = 'http://74.6.54.163:9001' // 案件侦办
base.alyIP11 = 'http://74.6.54.173:8004' // 话单分析
base.alyIP13 = '/apiXssp' // 线索审批管理平台
base.alyIP14 = 'http://74.6.54.163:9002' // 西藏 人档车档
} else {
//------------------------------服务器路径**测试**---------------------------------- //------------------------------服务器路径**测试**----------------------------------
base.alyIP = "/apialy"; base.alyIP = "/apialy";
// base.alyIP = "/apiXzxtGaw"; base.alyIP2 = "/apiAjzb";
base.alyIP2 = "/apiAjzbGaw";
base.alyIP3 = "/apialy"; base.alyIP3 = "/apialy";
// base.alyIP3 = "/apiXzxtGaw";
base.alyIP4 = 'http://74.6.54.173:8005' // 脑图链接 base.alyIP4 = 'http://74.6.54.173:8005' // 脑图链接
base.alyIP5 = 'http://74.6.54.169:8003' // 画像工厂 案件 base.alyIP5 = 'http://74.6.54.169:8003' // 画像工厂 案件
base.alyIP6 = 'http://74.6.54.163:9002' // 画像工厂 案件 base.alyIP6 = 'http://74.6.54.163:9002' // 画像工厂 案件
......
...@@ -59,4 +59,8 @@ post(`${base.alyIP}/sjdp/toXyrNldtj`, params); ...@@ -59,4 +59,8 @@ post(`${base.alyIP}/sjdp/toXyrNldtj`, params);
// 地域性高危人员统计 // 地域性高危人员统计
export const getGwrytj = params => export const getGwrytj = params =>
post(`${base.alyIP}/sjdp/getGwrytj`, params); post(`${base.alyIP}/sjdp/getGwrytj`, params);
\ No newline at end of file
// 抓获人员数统计
export const getZhryCount = params =>
post(`${base.alyIP}/sjdp/getZhryCount`, params);
\ No newline at end of file
...@@ -58,7 +58,7 @@ module.exports = { ...@@ -58,7 +58,7 @@ module.exports = {
}, },
proxy: { proxy: {
"/apialy": { "/apialy": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022 target: "http://192.168.1.114:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true, // ws: true,
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
...@@ -83,7 +83,7 @@ module.exports = { ...@@ -83,7 +83,7 @@ module.exports = {
} }
}, },
"/apiXzxtGaw": { "/apiXzxtGaw": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022 target: "http://74.6.54.153:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// target: "http://74.6.54.153:9022/", //公安网案件侦办后台地址 // target: "http://74.6.54.153:9022/", //公安网案件侦办后台地址
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
......
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