Commit da37f384 by xue_wengang

代理修改

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