Commit 415423ea by xue_wengang

合并线索组

parent 2abd908b
......@@ -9,4 +9,13 @@ export const queryTreeDataByType = params =>
export const updateCbxsz = params =>
post("/api/cbxsz/updateCbxsz", params);
//合并线索组列表(其他线索组)
export const toHbxsz = params =>
post("/api/cbxsz/toHbxsz", params);
//合并线索
export const insertHbXszxx = params =>
post("/api/xlaj/insertHbXszxx", params);
\ No newline at end of file
......@@ -58,7 +58,7 @@ module.exports = {
},
proxy: {
"/api": {
target: "http://192.168.0.138:8762/", //案件标注 http://26.3.13.184:8762/
target: "http://47.92.225.109:8762/", //案件标注 http://26.3.13.184:8762/
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