Commit 1f18388c by liyuhang19990520

涉黑团伙分析

parent 974f711f
<!--
* @Author: your name
* @Date: 2021-07-18 16:03:37
* @LastEditTime: 2021-08-13 20:13:49
* @LastEditTime: 2021-08-16 09:33:21
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\App.vue
......@@ -23,8 +23,8 @@ export default {
var params = new FormData();
var self = this;
// "142302********2413"
// params.append("zjhm", "142302********2413");
params.append("zjhm", "152624198410061898");
params.append("zjhm", "142302********2413");
// params.append("zjhm", "152624198410061898");
loginByZjhm(params).then((res) => {
});
......
/*
* @Author: your name
* @Date: 2021-07-05 17:04:26
* @LastEditTime: 2021-08-13 20:13:56
* @LastEditTime: 2021-08-16 09:34:00
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\api\home.js
......@@ -31,10 +31,10 @@ export const getXsSfGlXx = params =>
get(setting.BaseURL + "/ksh/getXsSfGlXx", params);
export const getasjbhByBsh = params =>
get(setting.BaseURL + "/ksh/getasjbhByBsh", params);
// export const shcelogin = params =>
// get("/shceapi/doLogin?username=admin&password=0", params);
export const shcelogin = params =>
get("/shceapi/doLogin?username=001198&password=0", params);
export const shcelogin = params =>
get("/shceapi/doLogin?username=admin&password=0", params);//阿里云
// export const shcelogin = params =>
// get("/shceapi/doLogin?username=001198&password=0", params);//公安网
......@@ -200,7 +200,7 @@
<div class="">
<el-row style="width: 99%; margin: 0 auto">
<el-col :span="24">
<span class="flTtitle">案件信息</span>
<span class="flTtitle">{{flTtitle}}</span>
<!--可配置化图标-->
<div class="total">
<span> {{ tableDataLength }} </span>
......@@ -379,6 +379,10 @@ export default {
detailUrl: String,
moreParams: Object,
detailParams: Object,
flTtitle: {
type: String,
default: () => '案件信息'
},
tableProps: {
type: Object,
default: () => {
......@@ -694,7 +698,8 @@ export default {
self.formData[i] = "";
}
}
self.formData["limit"] = 10;
if(self.formData["limit"]) self.formData["limit"] = 10;
if(self.formData["rows"]) self.formData["rows"] = 10;
self.formData["page"] = 1;
},
formatJson(filterVal, jsonData) {
......
<!--
* @Author: your name
* @Date: 2021-07-20 14:08:24
* @LastEditTime: 2021-08-11 16:15:58
* @LastEditTime: 2021-08-16 09:46:25
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\layout\menuLayout.vue
......@@ -183,6 +183,12 @@ export default {
index: "wlysqzdy",
disabled: false,
},
{
id: "kydhfx",
label: "客运带货分析",
index: "kydhfx",
disabled: false,
},
],
},
],
......
......@@ -7,6 +7,7 @@
:cxUrl="cxUrl"
:detailUrl="detailUrl"
:tableProps="tableProps"
flTtitle="团伙信息"
></right-content>
</div>
</template>
......@@ -110,9 +111,7 @@ export default {
name: "类型",
id: "ajlx",
type: "radio",
rules: [
{ required: true, message: "请选择类型", trigger: "blur" },
],
rules: [{ required: true, message: "请选择类型", trigger: "blur" }],
radioData: [
{
label: "三人三案",
......@@ -138,21 +137,21 @@ export default {
],
cxDefaultFormThead: [
{
label: "重点关注人员数",
prop: "zdgzyrCount",
label: "案件数量",
prop: "ajCount",
},
{
label: "九类案件数量",
prop: "jlajCount",
},
{
label: "案件数量",
prop: "ajCount",
},
{
label: "嫌疑人数量",
prop: "xyrCount",
},
{
label: "重点关注人员数",
prop: "zdgzyrCount",
},
],
cxUrl: "/shceapi/ajQuery/getThByParam",
};
......
/*
* @Author: your name
* @Date: 2021-07-05 17:04:26
* @LastEditTime: 2021-08-13 20:13:40
* @LastEditTime: 2021-08-16 09:33:09
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\vue.config.js
......@@ -56,9 +56,9 @@ module.exports = {
},
proxy: {
"/api": {
target: "http://26.120.5.129:8007/", //公安网
// target: "http://26.120.5.129:8007/", //公安网
// target: "http://26.13.5.1:8501/", //公安网
// target: "http://39.99.155.173:8501/", //阿里云
target: "http://39.99.155.173:8501/", //阿里云
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -66,8 +66,8 @@ module.exports = {
}
},
"/shceapi": {
target: "http://26.13.5.68:8001/", //公安网
// target: "http://39.99.224.27:8001/",//阿里云
// target: "http://26.13.5.68:8001/", //公安网
target: "http://39.99.224.27: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