Commit 1b22e36b by 叶富雄

调整

parent 50002a99
......@@ -96,7 +96,7 @@ const mainRouters = [
...ywgzxnpgRoutes,
dswtzRoutes,
yhzRoutes,
zczlRoutes,
...zczlRoutes,
ajbzRoutes,
xnpgRoutes,
...ryxscxbdRoutes,
......
......@@ -129,15 +129,7 @@ const menuLayouts = [
},
component: () => import("@/views/zczl/zczlxd/zczlxdList.vue")
},
{
path: "/addsqfbzl",
name: "addsqfbzl",
meta: {
title: '工作指令',
isAdd: true
},
component: () => import("@/views/zczl/zczl/addsqfbzl.vue")
},
{
path: "/detailZczl",
name: "detailZczl",
......@@ -150,8 +142,19 @@ const menuLayouts = [
];
export default {
path: "/right",
component: menuLayout,
children: [...menuLayouts]
};
export default [
{
path: "/right",
component: menuLayout,
children: [...menuLayouts]
},
{
path: "/addsqfbzl",
name: "addsqfbzl",
meta: {
title: '工作指令',
isAdd: true
},
component: () => import("@/views/zczl/zczl/addsqfbzl.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