Commit f297c3d5 by xue_wengang

刑嫌调控路由配置

parent 5ebcabac
......@@ -89,6 +89,86 @@ const menuLayouts = [
title: '移动通讯信息管理'
},
component: () => import("@/views/xxtk/ydtx/queryYdtx.vue")
},
{
path: "/queryBshgj",
name: "queryBshgj",
meta: {
title: '标识号轨迹信息管理'
},
component: () => import("@/views/xxtk/bshgj/queryBshgj.vue")
},
{
path: "/queryGlbsh",
name: "queryGlbsh",
meta: {
title: '关联标识号信息管理'
},
component: () => import("@/views/xxtk/glbsh/queryGlbsh.vue")
},
{
path: "/queryRygd",
name: "queryRygd",
meta: {
title: '人员轨道信息管理'
},
component: () => import("@/views/xxtk/rygd/queryRygd.vue")
},
{
path: "/queryRyhd",
name: "queryRyhd",
meta: {
title: '人员话单信息管理'
},
component: () => import("@/views/xxtk/ryhd/queryRyhd.vue")
},
{
path: "/queryRysc",
name: "queryRysc",
meta: {
title: '人员收藏信息管理'
},
component: () => import("@/views/xxtk/rysc/queryRysc.vue")
},
{
path: "/queryRyyp",
name: "queryRyyp",
meta: {
title: '人员研判信息管理'
},
component: () => import("@/views/xxtk/ryyp/queryRyyp.vue")
},
{
path: "/queryRyzp",
name: "queryRyzp",
meta: {
title: '人员照片信息管理'
},
component: () => import("@/views/xxtk/ryzp/queryRyzp.vue")
},
{
path: "/queryThjl",
name: "queryThjl",
meta: {
title: '通话记录信息管理'
},
component: () => import("@/views/xxtk/thjl/queryThjl.vue")
},
{
path: "/queryTxl",
name: "queryTxl",
meta: {
title: '通讯录信息管理'
},
component: () => import("@/views/xxtk/txl/queryTxl.vue")
},
{
path: "/queryYdtx",
name: "queryYdtx",
meta: {
title: '移动通讯信息管理'
},
component: () => import("@/views/xxtk/ydtx/queryYdtx.vue")
}
];
......
......@@ -247,6 +247,78 @@ export default {
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryRygd",
label: "活动轨迹",
index: "queryRygd",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryBshgj",
label: "标识号轨迹",
index: "queryBshgj",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryRyhd",
label: "话单",
index: "queryRyhd",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryRyzp",
label: "照片",
index: "queryRyzp",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryRysc",
label: "收藏",
index: "queryRysc",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryRyyp",
label: "研判",
index: "queryRyyp",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryThjl",
label: "通话记录",
index: "queryThjl",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryGlbsh",
label: "关联标识号",
index: "queryGlbsh",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
{
id: "queryTxl",
label: "通讯录",
index: "queryTxl",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: 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