Commit dc48ba10 by gao_yingdong

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents e7e78eda f2347f62
......@@ -50,15 +50,7 @@ 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",
......@@ -67,15 +59,7 @@ const menuLayouts = [
},
component: () => import("@/views/zjcl/zjclrz.vue")
},
{
path: "/insertJcgz",
name: "insertJcgz",
meta: {
title: '检查规则',
isAdd: true,
},
component: () => import("@/views/zjcl/jcgz/insertJcgz.vue")
},
{
path: "/detailJcgz",
name: "detailJcgz",
......@@ -84,7 +68,7 @@ const menuLayouts = [
},
component: () => import("@/views/zjcl/jcgz/detailJcgz.vue")
},
];
export default [{
......@@ -92,12 +76,30 @@ export default [{
component: menuLayout,
children: [...menuLayouts]
},
{
path: "/zjclcj",
name: "zjclcj",
meta: {
title: '证物材料上传',
{
path: "/zjclcj",
name: "zjclcj",
meta: {
title: '证物材料上传',
},
component: () => import("@/views/zjcl/zjclcj.vue")
},
{
path: "/insertJcgz",
name: "insertJcgz",
meta: {
title: '检查规则',
isAdd: true,
},
component: () => import("@/views/zjcl/jcgz/insertJcgz.vue")
},
{
path: "/addZjclLb",
name: "addZjclLb",
meta: {
title: '检查规则',
isAdd: true,
},
component: () => import("@/views/zjcl/jcgz/addZjclLb.vue")
},
component: () => import("@/views/zjcl/zjclcj.vue")
},
];
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