Commit da37f384 by xue_wengang

代理修改

parent 20e76191
......@@ -29,8 +29,23 @@ if (
base.alyIP4 = 'http://39.99.155.173:8007' // 脑图链接
base.alyIP5 = 'http://39.99.155.173:8003' // 画像工厂 案件
base.alyIP6 = 'http://39.99.155.173:9002' // 画像工厂 案件
base.alyIP8 = 'http://39.99.155.173:9003' //
base.alyIP9 = 'http://47.92.225.109:8347' //
// base.alyIP = "/apiXzxtGaw";
// base.alyIP2 = "/apiAjzbGaw";
// base.alyIP3 = "/apiXzxtGaw";
// base.alyIP4 = 'http://74.6.54.153:8005' // 脑图链接
// base.alyIP5 = 'http://74.6.54.153:8003' // 画像工厂 案件
// base.alyIP6 = 'http://10.184.14.193:9002' // 画像工厂 案件
// base.alyIP7 = 'http://74.6.54.153:8006'
// base.alyIP8 = 'http://10.184.14.193:9003'
// base.alyIP9 = 'http://10.184.14.193:9005'
// base.alyIP10 = 'http://10.184.14.193:9001'
// base.alyIP11 = 'http://74.6.54.153:8004'
}
export default base;
......@@ -58,20 +58,20 @@ module.exports = {
},
proxy: {
"/apialy": {
target: "http://39.99.155.173:9022/", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true,
changeOrigin: true,
// secure: false,
secure: false,
pathRewrite: {
'^/apialy': '/'
}
},
"/dz9024": {
target: "http://39.99.155.173:9024/",
"/apiAjzbXzGaw": {
target: "https://155.1.33.10:20002/", // 基础查询、案件侦办
changeOrigin: true,
// secure: false,
secure: false,
pathRewrite: {
'^/dz9024': '/'
"^/apiAjzbXzGaw": "/"
}
},
"/apiAjzbXzGaw": {
......@@ -83,13 +83,29 @@ module.exports = {
}
},
"/apiAjzb": {
target: "http://39.99.244.27:8001/", //统一的请求头部每次修改都要重启才会生效西藏:()
target: "http://39.99.224.27:8002/", //统一的请求头部每次修改都要重启才会生效西藏:()
ws: true,
changeOrigin: true,
pathRewrite: {
"^/apiAjzb": "/"
}
},
"/apiAjzbGaw": {
target: "http://74.6.54.153:8001/", //公安网案件侦办后台地址
ws: true,
changeOrigin: true,
pathRewrite: {
'^/apiAjzbGaw': '/'
}
},
"/apiXzxtGaw": {
target: "http://74.6.54.153:9022/", //公安网案件侦办后台地址
ws: true,
changeOrigin: true,
pathRewrite: {
'^/apiXzxtGaw': '/'
}
},
},
},
css: {
......
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