Commit 06daf5f2 by 叶富雄

添加证据类别管理模块路由

parent 951b7d64
......@@ -51,6 +51,15 @@ const menuLayouts = [
component: () => import("@/views/zjcl/jcgz/queryZjclLb.vue")
},
{
path: "/addZjclLb",
name: "addZjclLb",
meta: {
title: '检查规则',
isAdd: true,
},
component: () => import("@/views/zjcl/jcgz/addZjclLb.vue")
},
{
path: "/zjclrz",
name: "zjclrz",
meta: {
......
......@@ -210,7 +210,7 @@ export default {
Menu: [
{
id: "queryZjcl",
label: "证据材料检查规则管理",
label: "案件证据材料检查",
index: "queryZjcl",
auth: "M0101",
className: "iconfont iconrizhi",
......
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