初步完成屠宰场管理
This commit is contained in:
@@ -327,6 +327,38 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
],
|
||||
},
|
||||
// 屠宰场管理路由
|
||||
{
|
||||
path: '/slaughter',
|
||||
component: LayoutIndex,
|
||||
meta: {
|
||||
title: '屠宰场管理',
|
||||
keepAlive: true,
|
||||
requireAuth: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'house',
|
||||
name: 'house',
|
||||
meta: {
|
||||
title: '屠宰场管理',
|
||||
keepAlive: true,
|
||||
requireAuth: true,
|
||||
},
|
||||
component: () => import('~/views/slaughter/house.vue'),
|
||||
},
|
||||
{
|
||||
path: 'entry',
|
||||
name: 'entry',
|
||||
meta: {
|
||||
title: '进场管理',
|
||||
keepAlive: true,
|
||||
requireAuth: true,
|
||||
},
|
||||
component: () => import('~/views/slaughter/entry.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/datav',
|
||||
name: 'DataV',
|
||||
|
||||
Reference in New Issue
Block a user