Commit eb435b8c by xue_wengang

通辽配置

parent e641edb1
......@@ -10,8 +10,8 @@
<script src="<%= BASE_URL %>OpMap/jquery-3.3.1.js"></script>
<script src="<%= BASE_URL %>OpMap/ol.js"></script>
<script src="<%= BASE_URL %>OpMap/OpMap.js"></script>
<!--<script src="<%= BASE_URL %>OpMap/config_internet.js"></script>-->
<script src="<%= BASE_URL %>OpMap/config.js"></script>
<script src="<%= BASE_URL %>OpMap/config_internet.js"></script>
<!-- <script src="<%= BASE_URL %>OpMap/config.js"></script> -->
<link type="text/css" href="<%= BASE_URL %>OpMap/ol.css"/>
</head>
<body>
......
let base = {
// eqMhUrl: "http://26.120.5.120:80", //通辽
eqMhUrl: "http://155.1.31.20:8080",
bigurl: "",
dwcxURL: "",
maURL: "",
mapurl: "",
baseMaURL: "",
// ztptURL: "http://26.120.5.129:8006", //通辽
ztptURL: "http://89.0.23.237:8088",
codeUrl: "",
BaseURL: "/apiXzxt", //基础查询页得ip
rzURL: "/apiXzxt", //刑专二期得(日志)ip
BaseURL: "/apiAjzbGaw", //基础查询页得ip
rzURL: "/apiXzxtGaw", //刑专二期得(日志)ip
// bigwfwurl: "",
// bigservicesurl: "",
// alyIP: "",
......
......@@ -69,7 +69,7 @@ module.exports = {
}
},
"/apiXzxt": {
target: "http://39.99.155.173:8501/", //统一的请求头部每次修改都要重启才会生效
target: "http://192.168.0.148:8501/", //统一的请求头部每次修改都要重启才会生效
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -85,7 +85,8 @@ module.exports = {
}
},
"/apiAjzbGaw": {
target: "http://26.13.5.1:8001/", //公安网案件侦办地址西藏:(89.0.23.236:8001),内蒙:(http://26.13.5.1:8001/)
target: "http://26.13.5.1:8001/",
// target: "http://26.120.5.127:8001/", //公安网案件侦办地址通辽
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -93,7 +94,8 @@ module.exports = {
}
},
"/apiXzxtGaw": {
target: "http://26.13.5.1:8501/", //公安网刑专二期地址西藏:(89.0.23.236:8501),内蒙:(http://26.13.5.1:8501/)
target: "http://26.13.5.1:8501/",
// target: "http://26.120.5.127:8001/", //公安网刑专二期地址通辽
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