Commit 8550cbeb by lp784568205

修改了案件标注列表接口

parent 7f1f4570
......@@ -9,7 +9,7 @@
import { get, post, postJson } from "@/utils/http.js";
import base from "@/api/base";
export const esAsjQuery = params =>
post(`${base.alyIP2}/newAsjbz/esAsjQuery`, params);
post(`${base.alyIP}/newAsjbz/esAsjQuery`, params);
// 接警标注
export const JjxxQuery = params =>
......
......@@ -2210,13 +2210,13 @@ $-header-fontSize: 18px;
.item18 {
width: 100%;
margin: 14px 0;
margin-right: 34%;
margin-right: 10%;
display: inline-block;
}
.item18-1 {
width: 100%;
margin: 14px 0;
margin-right: 34%;
margin-right: 10%;
display: inline-block;
}
.item19 {
......
......@@ -351,7 +351,7 @@ export default {
width: "220",
},
],
cxUrl: `${base.alyIP2}/newAsjbz/esAsjQuery`,
cxUrl: `${base.alyIP}/newAsjbz/esAsjQuery`,
};
},
methods: {
......
......@@ -58,7 +58,7 @@ module.exports = {
},
proxy: {
"/apialy": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
target: "https://155.1.33.10:20010/", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true,
changeOrigin: true,
secure: false,
......
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