Commit c04f472e by yuhao

Merge branch 'dev_xzeq' of http://39.99.224.27:9022/changchao/founder_vue into dev_xzeq

parents a17ac18e f500487c
...@@ -386,10 +386,8 @@ export default { ...@@ -386,10 +386,8 @@ export default {
console.log(path) console.log(path)
window.open(path, '_blank') window.open(path, '_blank')
} else if (this.pages == 'queryTdyp') { } else if (this.pages == 'queryTdyp') {
let idcard = encry.Encrypt( let token = sessionStorage.getItem("hdfxToken")
JSON.parse(sessionStorage.getItem('userInfo')).userName let path = `${base.alyIP16}/#/jump?token=${token}&path=/ajbzDetail&asjbh=${this.form.asjbh}`
)
let path = `${base.alyIP16}/#/jump?identitycard=${idcard}&path=/ajbzDetail&asjbh=${this.form.asjbh}`
window.open(path, '_blank') window.open(path, '_blank')
} else if (this.pages == 'querySdtdyp') { } else if (this.pages == 'querySdtdyp') {
// let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`; // let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`;
......
...@@ -171,12 +171,12 @@ export default { ...@@ -171,12 +171,12 @@ export default {
// let obj = JSON.parse(sessionStorage.getItem("userInfo")); // let obj = JSON.parse(sessionStorage.getItem("userInfo"));
// let account = Base64.encode(obj.identitycard); // let account = Base64.encode(obj.identitycard);
// let path = `${this.$baseUrl.alyIP11}/hdfx/toIframe?drrZjhm=${account}`; // let path = `${this.$baseUrl.alyIP11}/hdfx/toIframe?drrZjhm=${account}`;
let token = sessionStorage.getItem("hdfxToken"); let rxtoken = sessionStorage.getItem("hdfxToken")
let path = `http://74.6.54.163:9022/#/jump?token=${token}&path=/queryHdfx`; let path = `http://74.6.54.163:9022/#/jump?token=${rxtoken}&path=/queryHdfx`;
window.open(path, "_blank"); window.open(path, "_blank");
this.$router.push({ // this.$router.push({
path: "/cbypTxxxfx", // path: "/cbypTxxxfx",
}); // });
} else if (item.id == "brainDzajSP") { } else if (item.id == "brainDzajSP") {
// let obj = JSON.parse(sessionStorage.getItem("userInfo")); // let obj = JSON.parse(sessionStorage.getItem("userInfo"));
// let account = obj.account; // let account = obj.account;
...@@ -210,12 +210,13 @@ export default { ...@@ -210,12 +210,13 @@ export default {
}); });
// let jm = Base64.decode(account) // 解密 // let jm = Base64.decode(account) // 解密
} else if (item.id == "zhcbfx") { } else if (item.id == "zhcbfx") {
let base = encodeURIComponent( // let base = encodeURIComponent(
secret.Encrypt( // secret.Encrypt(
JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo"))) // JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo")))
) // )
); // );
let path = `http://74.6.54.163:8082/#/jump?token=${base}&path=/bshcb`; let rxtoken = sessionStorage.getItem("hdfxToken")
let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
window.open(path, "_blank"); window.open(path, "_blank");
} else if (item.id == "tqajdzkjxx") { } else if (item.id == "tqajdzkjxx") {
let key = let key =
...@@ -229,7 +230,7 @@ export default { ...@@ -229,7 +230,7 @@ export default {
key.trim(), key.trim(),
vi.trim() vi.trim()
); );
let path = `${this.$baseUrl.alyIP9}/#/loginZZ?idcard=${skjm}&menuTop=yazc&toType=yazc`; let path = `http://74.6.54.165:9005/#/loginZZ?sfzh=${skjm}`;
window.open(path, "_blank"); window.open(path, "_blank");
} else if (item.id == "queryQyyp") { } else if (item.id == "queryQyyp") {
let key = let key =
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
prop: "asjbh", prop: "asjbh",
}, },
{ {
label: "案发地空间", label: "案发地空间",
prop: "dy", prop: "dy",
}, },
{ {
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
let skArr = ["盗窃案件高危", "诈骗案高危", "抢劫案高危"]; let skArr = ["盗窃案件高危", "诈骗案高危", "抢劫案高危"];
let dyStr = dyArr[parseInt(Math.random() * 2)] let dyStr = dyArr[parseInt(Math.random() * 2)]
let obj = { let obj = {
ajmc: '多吉盗窃案', ajmc: '王小峰盗窃案',
asjbh:"A5402231700002023060001", asjbh:"A5402231700002023060001",
dy: dyStr, dy: dyStr,
sj: sjArr[parseInt(Math.random() * 2)], sj: sjArr[parseInt(Math.random() * 2)],
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
}; };
this.tableData.push(obj); this.tableData.push(obj);
obj = { obj = {
ajmc: '罗桑抢劫案', ajmc: '李小杰抢劫案',
asjbh:"A5402231500002022100005", asjbh:"A5402231500002022100005",
dy: dyStr, dy: dyStr,
sj: sjArr[parseInt(Math.random() * 2)], sj: sjArr[parseInt(Math.random() * 2)],
......
...@@ -24,10 +24,9 @@ export default { ...@@ -24,10 +24,9 @@ export default {
type: "text", type: "text",
placeholder: "证件号码", placeholder: "证件号码",
col: "3", col: "3",
rules: rules.emptyAbleIdentityBT, rules: [
// rules: [ { required: true, message: "请输入证件号码", trigger: "blur" },
// { required: true, emptyAbleIdentityBT message: "请输入证件号码", trigger: "blur" }, ],
// ],
}, },
], ],
form: { form: {
......
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
prop: "asjbh", prop: "asjbh",
}, },
{ {
label: "案发地空间", label: "案发地空间",
prop: "dy", prop: "dy",
}, },
{ {
......
...@@ -505,9 +505,9 @@ export default { ...@@ -505,9 +505,9 @@ export default {
} }
}, },
toCbyp(scoped) { toCbyp(scoped) {
this.$router.pushToTab({ let rxtoken = sessionStorage.getItem("hdfxToken")
path: "/bshcb", let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
}); window.open(path, "_blank");
}, },
toXdzl(scoped) { toXdzl(scoped) {
this.$router.pushToTab({ this.$router.pushToTab({
......
...@@ -141,20 +141,20 @@ export default { ...@@ -141,20 +141,20 @@ export default {
let skArr = ["盗窃案件高危", "诈骗案高危", "抢劫案高危"]; let skArr = ["盗窃案件高危", "诈骗案高危", "抢劫案高危"];
let dyStr = dyArr[parseInt(Math.random() * 2)]; let dyStr = dyArr[parseInt(Math.random() * 2)];
let obj = { let obj = {
xm: "次仁", xm: "李尔中",
xb: "男", xb: "男",
sfzh: "542324199210192830", sfzh: "460105199210192830",
xzz: "西藏自治区定日县", xzz: "海南省海口市秀英区",
hj: "西藏自治区定日县", hj: "海南省海口市秀英区",
sfyzh: "是", sfyzh: "是",
}; };
this.tableData.push(obj); this.tableData.push(obj);
obj = { obj = {
xm: "达瓦", xm: "王秀才",
xb: "男", xb: "男",
sfzh: "542324199808192831", sfzh: "460106199808192831",
xzz: "西藏自治区定日县", xzz: "海南省海口市龙华区",
hj: "西藏自治区定日县", hj: "海南省海口市龙华区",
sfyzh: "是", sfyzh: "是",
}; };
this.tableData.push(obj); this.tableData.push(obj);
......
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
examineInfo: { examineInfo: {
zwmc: "", zwmc: "",
}, },
header: "主题研判", header: "研判工具",
pageBs: "queryZj", pageBs: "queryZj",
pageASs: "queryZj", pageASs: "queryZj",
cxFormData: { cxFormData: {
...@@ -186,11 +186,157 @@ export default { ...@@ -186,11 +186,157 @@ export default {
disabled: false, disabled: false,
}, },
], ],
leftMenus: [
{
id: "queryQt",
label: "群体发现分析",
newAuth: "M01",
index: "queryQt",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "cbypTxxxfx",
label: "通讯信息分析",
newAuth: "M01",
index: "cbypTxxxfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "yhjyxxfx",
label: "银行交易信息分析",
newAuth: "M01",
index: "yhjyxxfx",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "yhjyxxfx",
label: "交易任务管理",
newAuth: "M301",
index: "yhjyxxfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "transactionFlow",
label: "交易信息分析",
newAuth: "M302",
index: "transactionFlow",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryJyxxjs",
label: "交易信息检索",
newAuth: "M303",
index: "queryJyxxjs",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryJyywgl",
label: "交易业务关联",
newAuth: "M304",
index: "queryJyywgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
{
id: "dgjzhfx",
label: "多轨综合分析",
newAuth: "M01",
index: "dgjzhfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryGtgxfxNew",
label: "共同关系分析",
newAuth: "M02",
index: "queryGtgxfxNew",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "kjdzxxbdNew",
label: "空间电子信息比对",
newAuth: "M01",
index: "kjdzxxbdNew",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "tqajdzkjxx",
label: "提取案件电子空间信息",
index: "tqajdzkjxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "sckjdzxx",
label: "上传空间电子信息",
index: "sckjdzxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "kjdzxxbd",
label: "空间电子信息比对",
index: "kjdzxxbd",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
},
{
id: "zhcbfx",
label: "综合串并分析",
newAuth: "M01",
index: "zhcbfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "dwcx",
label: "线索智能关联检索",
newAuth: "M01",
index: "dwcx",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "dtjjs",
label: "多条件检索",
index: "dtjjs",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
// {
// id: "qgasjxxcx",
// label: "部资源查询",
// index: "qgasjxxcx",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
],
},
],
uploadFileLoading: false, uploadFileLoading: false,
}; };
}, },
created() { created() {
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header);
// debugger; // debugger;
}, },
......
...@@ -984,9 +984,9 @@ export default { ...@@ -984,9 +984,9 @@ export default {
} }
}, },
toCbyp(scoped) { toCbyp(scoped) {
this.$router.pushToTab({ let rxtoken = sessionStorage.getItem("hdfxToken")
path: "/bshcb", let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
}); window.open(path, "_blank");
}, },
toXdzl(scoped) { toXdzl(scoped) {
this.$router.pushToTab({ this.$router.pushToTab({
......
...@@ -852,9 +852,9 @@ export default { ...@@ -852,9 +852,9 @@ export default {
} }
}, },
toCbyp(scoped) { toCbyp(scoped) {
this.$router.pushToTab({ let rxtoken = sessionStorage.getItem("hdfxToken")
path: "/bshcb", let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
}); window.open(path, "_blank");
}, },
toXdzl(scoped) { toXdzl(scoped) {
this.$router.pushToTab({ this.$router.pushToTab({
......
...@@ -852,9 +852,9 @@ export default { ...@@ -852,9 +852,9 @@ export default {
} }
}, },
toCbyp(scoped) { toCbyp(scoped) {
this.$router.pushToTab({ let rxtoken = sessionStorage.getItem("hdfxToken")
path: "/bshcb", let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
}); window.open(path, "_blank");
}, },
toXdzl(scoped) { toXdzl(scoped) {
this.$router.pushToTab({ this.$router.pushToTab({
......
...@@ -853,9 +853,9 @@ export default { ...@@ -853,9 +853,9 @@ export default {
} }
}, },
toCbyp(scoped) { toCbyp(scoped) {
this.$router.pushToTab({ let rxtoken = sessionStorage.getItem("hdfxToken")
path: "/bshcb", let path = `http://74.6.54.163:8082/#/jump?token=${rxtoken}&path=/bshcb`;
}); window.open(path, "_blank");
}, },
toXdzl(scoped) { toXdzl(scoped) {
this.$router.pushToTab({ this.$router.pushToTab({
......
...@@ -11,19 +11,19 @@ ...@@ -11,19 +11,19 @@
ref="rightContent" ref="rightContent"
> >
<template #btnGroup="scope"> <template #btnGroup="scope">
<el-button @click="setYJ(scope.scope)" type="text" >列控预警</el-button> <el-button @click="setYJ(scope.scope)" type="text">列控预警</el-button>
</template> </template>
</right-content> </right-content>
</div> </div>
</template> </template>
<script> <script>
import rightContent from "@c/ptCxForm_components.vue"; import rightContent from "@c/ptCxForm_components.vue";
import {insertLkyj} from "@/api/jcyjzxt/hmd.js"; import { insertLkyj } from "@/api/jcyjzxt/hmd.js";
export default { export default {
name: "rlqbxsxx", name: "rlqbxsxx",
components: { components: {
rightContent rightContent,
}, },
data() { data() {
return { return {
...@@ -90,49 +90,120 @@ ...@@ -90,49 +90,120 @@
}, },
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{label: "信息主键编号", prop: "xxzjbh"}, { label: "信息主键编号", prop: "xxzjbh" },
{label: "可疑服务标识号类型", prop: "kyxsfwbshBshlxMc"}, { label: "可疑服务标识号类型", prop: "kyxsfwbshBshlxMc" },
{label: "服务标识号", prop: "kyxsfwbshBsh"}, { label: "服务标识号", prop: "kyxsfwbshBsh" },
{label: "依据", prop: "kyxsfwbshKyyj"}, { label: "依据", prop: "kyxsfwbshKyyj" },
{label: "登记时间", prop: "djsj"}, { label: "登记时间", prop: "djsj" },
{label: "录入单位", prop: "xxdjdwGajgmc"}, { label: "录入单位", prop: "xxdjdwGajgmc" },
{label: "录入人", prop: "xxdjryXm"}, { label: "录入人", prop: "xxdjryXm" },
], ],
cxUrl: "/jcyj/pageTbXwFxkyfwbzh", cxUrl: "/jcyj/pageTbXwFxkyfwbzh",
Menu: [ Menu: [
{ {
id: "kyfwbshlist", label: "可疑服务标识号列表", id: "kyfwbshlist",
index: "kyfwbshlist", auth: "M0101", label: "可疑服务标识号列表",
className: "iconfont iconrizhi", disabled: false, index: "kyfwbshlist",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
}, },
], ],
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "kyfwbshlist",
label: "可疑服务标识号列表",
newAuth: "M01",
index: "kyfwbshlist",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "hmdrylist",
label: "黑名单列表",
newAuth: "M01",
index: "hmdrylist",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "xsbkMxgl",
label: "监测预警信息汇集管理",
newAuth: "M01",
index: "xsbks",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "jcyjZdrygl",
label: "重点人员管理",
newAuth: "M01",
index: "jcyjZdrygl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryBsh",
label: "标识号管理",
newAuth: "M01",
index: "queryBsh",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "yjmxgl",
label: "预警模型管理",
newAuth: "M01",
index: "xsbkMxgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "mxyjgl",
label: "监测预警模型运行管理",
newAuth: "M01",
index: "mxyjgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
header: "监测预警",
}; };
}, },
created() { created() {
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header);
}, },
methods: { methods: {
setYJ(scope) { setYJ(scope) {
let row = scope.row; let row = scope.row;
let params = new FormData(); let params = new FormData();
params.append('glxxXxzjbh',row.xxzjbh); params.append("glxxXxzjbh", row.xxzjbh);
params.append('sjly','02'); params.append("sjly", "02");
params.append('yjxx',row.kyfwbzhFwbzh); params.append("yjxx", row.kyfwbzhFwbzh);
this.$confirm("是否确认添加为列控预警对象?", "提示", this.$confirm("是否确认添加为列控预警对象?", "提示", {
{confirmButtonText: "确定", cancelButtonText: "取消", type: "warning",}) confirmButtonText: "确定",
.then(() => { cancelButtonText: "取消",
insertLkyj(params).then(res=>{ type: "warning",
if(res.code===200){this.$message.success('提交成功')}
else {this.$message.warning(res.message)}
}) })
.then(() => {
insertLkyj(params).then((res) => {
if (res.code === 200) {
this.$message.success("提交成功");
} else {
this.$message.warning(res.message);
}
});
}) })
.catch(() => { .catch(() => {
this.$message({type: "info", message: "已取消",}); this.$message({ type: "info", message: "已取消" });
}); });
}, },
} },
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/assets/styles/rightContent.scss"; @import "@/assets/styles/rightContent.scss";
</style> </style>
...@@ -71,73 +71,7 @@ ...@@ -71,73 +71,7 @@
{label: "出生日期", prop: "zhfzxyrCsrqRqgzxx"}, {label: "出生日期", prop: "zhfzxyrCsrqRqgzxx"},
], ],
cxUrl: "/jcyj/getCbBshList", cxUrl: "/jcyj/getCbBshList",
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "zbfzxyrlist",
label: "抓捕犯罪嫌疑人列表",
newAuth: "M01",
index: "zbfzxyrlist",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "kyfwbshlist",
label: "可疑服务标识号列表",
newAuth: "M01",
index: "kyfwbshlist",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "hmdrylist",
label: "黑名单列表",
newAuth: "M01",
index: "hmdrylist",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "xsbkMxgl",
label: "监测预警信息汇集管理",
newAuth: "M01",
index: "xsbks",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "jcyjZdrygl",
label: "重点人员管理",
newAuth: "M01",
index: "jcyjZdrygl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryBsh",
label: "标识号管理",
newAuth: "M01",
index: "queryBsh",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "yjmxgl",
label: "预警模型管理",
newAuth: "M01",
index: "xsbkMxgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "mxyjgl",
label: "监测预警模型运行管理",
newAuth: "M01",
index: "mxyjgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
Menu: [ Menu: [
{ {
id: "zbfzxyrlist", label: "抓捕犯罪嫌疑人列表", id: "zbfzxyrlist", label: "抓捕犯罪嫌疑人列表",
......
...@@ -328,7 +328,8 @@ export default { ...@@ -328,7 +328,8 @@ export default {
let skjm = encrypt.skEncrypt(identitycard, key.trim(), vi.trim()); let skjm = encrypt.skEncrypt(identitycard, key.trim(), vi.trim());
let toType = data.type == "1" ? "yrzc" : "yazc"; let toType = data.type == "1" ? "yrzc" : "yazc";
let objectType = data.type == "1" ? "sfzh" : "yazc"; let objectType = data.type == "1" ? "sfzh" : "yazc";
let path = `${this.$baseUrl.alyIP9}/#/loginZZ?idcard=${skjm}&toType=${toType}&objectType=${objectType}&objectValue=${data.ids}`; // let path = `${this.$baseUrl.alyIP9}/#/loginZZ?idcard=${skjm}&toType=${toType}&objectType=${objectType}&objectValue=${data.ids}`;
let path = `http://74.6.54.165:9005/#/JumpPage/${data.ids}?sfzh=${skjm}`;
window.open(path, "_blank"); window.open(path, "_blank");
} }
}, },
......
...@@ -171,22 +171,22 @@ export default { ...@@ -171,22 +171,22 @@ export default {
let resluts = { let resluts = {
nodes: [ nodes: [
{ {
id: "542421197606230015", id: "460105199503192830",
data: { data: {
symbol: "", symbol: "",
xm: "尼玛次仁", xm: "王小峰",
ids: "542421197606230015", ids: "460105199503192830",
type: "1", type: "1",
}, },
text: null, text: null,
type: "1", type: "1",
}, },
{ {
id: "EC0070", id: "EC0070",
data: { data: {
symbol: "", symbol: "",
xm: "", xm: "",
ids: "EC0070", ids: "EC0070",
type: "2", type: "2",
}, },
text: null, text: null,
...@@ -205,13 +205,13 @@ export default { ...@@ -205,13 +205,13 @@ export default {
], ],
links: [ links: [
{ {
from: "EC0070", from: "EC0070",
to: "542421197606230015", to: "460105197606230015",
// text: "涉案", // text: "涉案",
}, },
{ {
from: "18199625540", from: "18199625540",
to: "542421197606230015", to: "460105197606230015",
}, },
], ],
}; };
...@@ -326,7 +326,8 @@ export default { ...@@ -326,7 +326,8 @@ export default {
data.type == "1" ? "yrzc" : data.type == "2" ? "yczc" : "yrzc"; data.type == "1" ? "yrzc" : data.type == "2" ? "yczc" : "yrzc";
let objectType = let objectType =
data.type == "1" ? "sfzh" : data.type == "2" ? "yczc" : "sjh"; data.type == "1" ? "sfzh" : data.type == "2" ? "yczc" : "sjh";
let path = `${this.$baseUrl.alyIP9}/#/loginZZ?idcard=${skjm}&toType=${toType}&objectType=${objectType}&objectValue=${data.ids}`; // let path = `${this.$baseUrl.alyIP9}/#/loginZZ?idcard=${skjm}&toType=${toType}&objectType=${objectType}&objectValue=${data.ids}`;
let path = `http://74.6.54.165:9005/#/JumpPage/${data.ids}?sfzh=${skjm}`;
window.open(path, "_blank"); window.open(path, "_blank");
} else { } else {
if (data.type == "1") { if (data.type == "1") {
......
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